Skip to content

Instantly share code, notes, and snippets.

@yoppi
Created February 25, 2013 06:38
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 yoppi/5ad9fbd18a5e339ab612 to your computer and use it in GitHub Desktop.
Save yoppi/5ad9fbd18a5e339ab612 to your computer and use it in GitHub Desktop.
build openssl extension on Ruby2.0
$ cd ext/openss/
$ ruby-2.0.0-p0 extconf.rb --with-opt-dir=`brew --prefix openssl`
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment