Skip to content

Instantly share code, notes, and snippets.

@mudge
Created June 28, 2010 13:09
Show Gist options
  • Select an option

  • Save mudge/455810 to your computer and use it in GitHub Desktop.

Select an option

Save mudge/455810 to your computer and use it in GitHub Desktop.
Compiling Ruby 1.9.2 preview 3 on a Joyent Accelerator v2.1.4
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview3.tar.bz2
./configure --prefix=/opt/ruby-1.9.2 CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib -R/opt/local/lib"
make
make test
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment