Last active
February 14, 2016 17:34
-
-
Save schleg/b176d968b631b2c0de4d to your computer and use it in GitHub Desktop.
Rubinius on El Capitan
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
brew tap homebrew/versions | |
brew install llvm35 openssl | |
RUBY_CONFIGURE_OPTS="--with-lib-dir=$(brew --prefix openssl)/lib --with-include-dir=$(brew --prefix openssl)/include" rbenv install rbx-2.5.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!