Instructions for libsqlite3 on OS X

This commit is contained in:
Zbigniew Mandziejewicz
2016-04-18 20:19:08 +08:00
parent bce6ca7501
commit e8363dc691

View File

@@ -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"`