Skip to content

Instantly share code, notes, and snippets.

@cafedood
Last active July 24, 2017 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cafedood/b4813877cb6b58ddb6f94b28a089491c to your computer and use it in GitHub Desktop.
Save cafedood/b4813877cb6b58ddb6f94b28a089491c to your computer and use it in GitHub Desktop.
# If you failed to install `ree-1.8.7-*`, check below:
$ brew install openssl
$ cp -r /usr/local/opt/openssl/include/* /usr/local/opt/openssl@1.1/include/
$ rvm install ree-1.8.7-2011.12
# or
$ LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" rvm install ree-1.8.7-2011.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment