mariusc80
Group: Members
Posts: 12
Joined: June 2007 |
|
Posted: Jan. 06 2008,23:00 |
|
OK, I'm one step closer ... I have ruby 1.8.6 and rubygems 1.0.1
For some of the commands you need admin privileges so use sudo or go in as root
What I did:
Get the compiler 1. download gcc1-with-libs.unc 2. run mydsl-load gcc1-with-libs.dsl
Get ruby 1.8.6, compile it, and install it 1. download Ruby download page ... get the latest stable source code 2. ./configure 3. make 4. make install
I already had an older ruby ... so I had to link /usr/bin/ruby to /usr/local/bin/ruby
Get rubygems 1.0.1, compile it, and install it 1. download Ruby gems download page ... get the latest stable source code 2. ruby setup.rb all
I already had an older gem ... so I had to cp /usr/local/bin/gem /usr/bin/gem
Next I need rails, a database ... and ... luck.
|