Created
February 4, 2009 00:55
-
-
Save tmm1/57860 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone git://github.com/tmm1/ruby187 | |
| cd ruby187 | |
| git checkout -b fibers origin/fibers | |
| CFLAGS="-O2 -ggdb" ./configure --disable-pthread --prefix=/tmp/ruby-with-fibers | |
| make && sudo make install | |
| /tmp/ruby-with-fibers/bin/ruby test/test_fiber.rb | |
| cd /tmp | |
| wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz | |
| tar zxvf rubygems-1.3.1.tgz | |
| cd rubygems-1.3.1 | |
| sudo /tmp/ruby-with-fibers/bin/ruby setup.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment