Skip to content

Instantly share code, notes, and snippets.

@sshaw
Created August 25, 2014 03:05
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 sshaw/1cd69d078cffeebc76cd to your computer and use it in GitHub Desktop.
Save sshaw/1cd69d078cffeebc76cd to your computer and use it in GitHub Desktop.
Install Ruby SBDB on OS X
brew install berkeley-db4
gem install sbdb -- --with-db-lib=/usr/local/opt/berkeley-db4/lib --with-db-include=/usr/local/opt/berkeley-db4/include/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment