Skip to content

Instantly share code, notes, and snippets.

@tmm1
Created February 4, 2009 00:55
Show Gist options
  • Select an option

  • Save tmm1/57860 to your computer and use it in GitHub Desktop.

Select an option

Save tmm1/57860 to your computer and use it in GitHub Desktop.
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