scttnlsn / dandelion

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

Trying to install using gems throws error #15

Closed sammdec closed 11 years ago

sammdec commented 11 years ago

Hi there, I tried installing dandelion using gem install dandelion and it threw an error. Im using Ruby 1.9.3-p194 and rvm

     Building native extensions.  This could take a while...
     ERROR:  Error installing dandelion:
     ERROR: Failed to build gem native extension.

    /Users/Sam/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
   creating Makefile

   make
   sh: make: command not found
scttnlsn commented 11 years ago

You need the make command installed. If you're on OS X install XCode. If you're on Ubuntu/Debian install the build-essential package.

sammdec commented 11 years ago

Legend... Thanks so much!