Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Monday, January 12, 2009

Building Ruby

To build ruby (an old version, for example) for a specific linux account:
  • download the source
  • tar xvzf ruby-1.8.5.tar.gz
  • cd ruby-1.8.5
  • ./configure --prefix=$HOME/ruby
  • make
  • make install