Created
July 5, 2013 21:08
-
-
Save jadeatucker/5937257 to your computer and use it in GitHub Desktop.
Compiling Ruby 2.1.0dev on Ubuntu 12.04.2 LTS with rbenv install
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
#!/bin/bash | |
# This assumes you have rbenv installed with ruby-build | |
# rbenv (https://github.com/sstephenson/rbenv) | |
# rbenv ruby-build (https://github.com/sstephenson/ruby-build) | |
# Dependencies | |
sudo apt-get install -y build-essential autoconf bison zlib1g-dev \ | |
libreadline-dev libxml2-dev libxslt1-dev | |
rbenv install 2.1.0-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment