Skip to content

Instantly share code, notes, and snippets.

@jzellman
Created April 28, 2010 18:42
Show Gist options
  • Save jzellman/382523 to your computer and use it in GitHub Desktop.
Save jzellman/382523 to your computer and use it in GitHub Desktop.
#installing sqlite3-ruby on FreeBSD 8 with custom ruby install
gem install sqlite3-ruby -- --with-sqlite3-include=/usr/local/include/ --with-sqlite3-lib=/usr/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment