diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -35,6 +35,11 @@ FAQ Use `go build --tags "libsqlite3 linux"` +* Want to build go-sqlite3 with libsqlite3 on OS X. + + Install sqlite3 from homebrew: `brew install sqlite3` + Use `go build --tags "libsqlite3 darwin"` + * Want to build go-sqlite3 with icu extension. Use `go build --tags "icu"` |