Skip to content

Instantly share code, notes, and snippets.

@damm
Created November 19, 2009 01:14
Show Gist options
  • Select an option

  • Save damm/238442 to your computer and use it in GitHub Desktop.

Select an option

Save damm/238442 to your computer and use it in GitHub Desktop.
apt-get install build-essential
cd /usr/src;wget "ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p368.tar.bz2" && tar jxfv ruby-1.8.6-p368.tar.bz2
cd ruby-1.8.6-p368
./configure --prefix=/usr --enable-shared --enable-pthread
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment