Forked from silviorelli/gist:ad8e1d80bdc0245eb7e7
Last active
February 17, 2017 11:27
-
-
Save snrbrnjna/3ab82c16d3c75166621611be050723eb to your computer and use it in GitHub Desktop.
Install Ruby 1.8.7 on Mac OSX 10.11 El Capitan with rbenv
This file contains 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
CFLAGS="-O2 -fno-tree-dce -fno-optimize-sibling-calls" RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr/local/Cellar/openssl/1.0.2k rbenv install 1.8.7-p302 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment