Created
January 2, 2015 02:10
-
-
Save byplayer/d692d9bd5ab389f67eb4 to your computer and use it in GitHub Desktop.
ruby_build.txt
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
g clone https://github.com/ruby/ruby.git | |
cd ruby | |
autoconf | |
./configure --enable-shared --prefix=${HOME}/ruby-build/ | |
make | |
make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment