Skip to content

Instantly share code, notes, and snippets.

@0xradical
Created July 4, 2012 12:46
Show Gist options
  • Save 0xradical/3047157 to your computer and use it in GitHub Desktop.
Save 0xradical/3047157 to your computer and use it in GitHub Desktop.
installing ruby-1.9.3-p195 with readline, openssl and proper flags
https://github.com/wayneeseguin/rvm/issues/1016
LDFLAGS=-L/usr/local/Cellar/readline/6.2.2/lib CFLAGS=-I/usr/local/Cellar/readline/6.2.2/include rvm install 1.9.3-p194 -j 3 --with-readline=--with-readline-dir=/usr/local/Cellar/readline/6.2.2 --with-openssl-dir=/usr/local/Cellar/openssl/1.0.1c/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment