forked from mirror/go-sqlcipher
Instructions for libsqlite3 on OS X
This commit is contained in:
parent
bce6ca7501
commit
e8363dc691
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue