Last active
December 22, 2015 06:29
-
-
Save nodesocket/6431800 to your computer and use it in GitHub Desktop.
This file contains 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 [email protected]:balanced/balanced-ruby.git | |
cd balanced-ruby | |
git checkout pm | |
CONFIGURE_OPTS=--without-tk rbenv install 1.8.7-p371 | |
rbenv rehash | |
rbenv local 1.8.7-p371 | |
gem install bundle | |
bundle install | |
rake build gem | |
gem install balanced-ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment