Skip to content

Instantly share code, notes, and snippets.

@coolstorybro
Forked from DAddYE/rbenv.sh
Created February 5, 2013 01:01
Show Gist options
  • Save coolstorybro/4711227 to your computer and use it in GitHub Desktop.
Save coolstorybro/4711227 to your computer and use it in GitHub Desktop.
export CONFIGURE_OPTS="\
--disable-install-doc \
--with-readline-dir=$(brew --prefix readline) \
--with-openssl-dir=$(brew --prefix openssl)
--with-yaml-dir=$(brew --prefix yaml) \
--with-gdbm-dir=$(brew --prefix gdbm) \
--with-libffi-dir=$(brew --prefix libffi)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment