Skip to content

Instantly share code, notes, and snippets.

@stephencelis
Created March 2, 2009 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephencelis/72789 to your computer and use it in GitHub Desktop.
Save stephencelis/72789 to your computer and use it in GitHub Desktop.
curl -O http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p160.tar.gz
tar xzf ruby-1.8.7-p160.tar.gz
cd ruby-1.8.7-p160
curl http://gist.github.com/98109.txt | patch -p0
./configure --enable-shared --enable-pthread --enable-install-doc \
CFLAGS=-D_XOPEN_SOURCE=1
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment