Created
July 26, 2010 19:13
-
-
Save hukl/491067 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install SQLite3 with FTS3 | |
1. cd /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3/ | |
2. vi Portfile | |
3. add -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS to configure.cppflags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment