Skip to content

Instantly share code, notes, and snippets.

@gamame
Created April 24, 2014 02:51
Show Gist options
  • Save gamame/11239830 to your computer and use it in GitHub Desktop.
Save gamame/11239830 to your computer and use it in GitHub Desktop.
rbenvでbrewのopensslとreadlineを使ってコンパイルさせる
RUBY_CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline) --with-openssl-dir=$(brew --prefix openssl)" ; rbenv install <ruby_version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment