Skip to content

Instantly share code, notes, and snippets.

@dlaxar
Created August 20, 2012 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dlaxar/3402636 to your computer and use it in GitHub Desktop.
Save dlaxar/3402636 to your computer and use it in GitHub Desktop.
testgist
curl -O http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
tar xzvf ruby-1.9.3-p0.tar.gz
cd ruby-1.9.3-p0
./configure --enable-shared --disable-pthread --program-suffix n
make && make install
curl -O http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
tar xzvf ruby-1.9.3-p0.tar.gz
cd ruby-1.9.3-p0
./configure --enable-shared --disable-pthread --program-suffix n
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment