Skip to content

Instantly share code, notes, and snippets.

@joeywang
Forked from silviorelli/gist:ad8e1d80bdc0245eb7e7
Last active November 24, 2022 09:59
Show Gist options
  • Save joeywang/1dcaaac4129b66b315c5e042c34d08d0 to your computer and use it in GitHub Desktop.
Save joeywang/1dcaaac4129b66b315c5e042c34d08d0 to your computer and use it in GitHub Desktop.
Install Ruby 1.8.7 on Mac OSX 10.11 El Capitan with rbenv
brew install apple-gcc42 openssl libyaml libffi
xcode-select --install
export CC=/usr/local/bin/gcc-4.2
export CFLAGS='-g -O2'
export RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl`
export CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl`
rbenv install 1.8.7-p375
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment