Skip to content

Instantly share code, notes, and snippets.

@schleg
Last active February 14, 2016 17:34
Show Gist options
  • Save schleg/b176d968b631b2c0de4d to your computer and use it in GitHub Desktop.
Save schleg/b176d968b631b2c0de4d to your computer and use it in GitHub Desktop.
Rubinius on El Capitan
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
@eduardodx
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment