i'm trying to install Ruby on Rails. My steps are:
- sudo apt-get install curl
- \curl -L https://get.rvm.io | bash -s stable --ruby
- sudo apt-get install nodejs
- gem etc. update
- gem install rails
At step 5 i get the following error:
/home/winfo/.rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb creating Makefile
make "DESTDIR=" compiling atomic_reference.c linking shared-object atomic_reference.so
make "DESTDIR=" install ./install -m 0755 atomic_reference.so ./.gem.20131018-11017-3d6vpu make: ./install: Kommando nicht gefunden (Command not found) make: * [install-so] Fehler 127 (Error 127)
Can anybody help me? I'm new to Ubuntu etc ;) Thanks!
sudo apt-get install make? - Marek Lipka