Skip to content

Instantly share code, notes, and snippets.

@rauhryan
Created March 12, 2015 16:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rauhryan/f99a98b438c5fdff6300 to your computer and use it in GitHub Desktop.
Save rauhryan/f99a98b438c5fdff6300 to your computer and use it in GitHub Desktop.
Install Rubinius on Ubuntu 14.04
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