Created
March 12, 2015 16:43
-
-
Save rauhryan/f99a98b438c5fdff6300 to your computer and use it in GitHub Desktop.
Install Rubinius on Ubuntu 14.04
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 ruby-dev | |
sudo apt-get install -y bison zlib1g-dev libssl-dev libreadline-dev libncurses5-dev | |
sudo apt-get install clang-3.5 libclang-3.5-dev | |
sudo apt-get install llvm llvm-dev llvm-gcc | |
rbenv install rbx-2.5.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment