scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Problems installing dandelion gem #122

Closed andreybleme closed 9 years ago

andreybleme commented 9 years ago

Hi! I'm running Ubuntu 14.10. When I've tried to install the gem, an error occurred:

ERROR:  Error installing dandelion:
    ERROR: Failed to build gem native extension.

    /usr/bin/ruby2.1 extconf.rb
checking for cmake... no
ERROR: CMake is required to build Rugged.
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

It's probably a Ruby error, but I couldn't find help about it anywere. Any idea?

Thanx!

andreybleme commented 9 years ago

I hadn't cmake installed bros ... I'm sorry about this.

BTW... A hint on the readme file about this requirement'd be handy ! ;)

StudioLE commented 9 years ago

I had this issue to, adding some troubleshooting to the README would really help I also need pkg-config

apt-get install cmake pkg-config
scttnlsn commented 9 years ago

Updated the README with info about both cmake and pkg-config.

EwanValentine commented 8 years ago

I have both installed, still getting the same error?

andreybleme commented 8 years ago

@EwanValentine having cmake and pkg-config installed it shouldn't be happening. What's exactly the error?