Created
April 24, 2010 14:04
-
-
Save hex/377677 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
| sudo apt-get install -y build-essential libssl-dev libreadline5 libreadline5-dev zlib1g zlib1g-dev make | |
| mkdir ~/rubysrc | |
| cd ~/rubysrc | |
| wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview1.tar.gz | |
| tar xvfz ruby-1.9.2-preview1.tar.gz | |
| cd ruby-1.9.2-preview1 | |
| ./configure | |
| sudo make | |
| sudo make install | |
| cd ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment