diff options
author | Zbigniew Mandziejewicz <shaxbee@gmail.com> | 2016-04-18 20:19:08 +0800 |
---|---|---|
committer | Zbigniew Mandziejewicz <shaxbee@gmail.com> | 2016-04-18 20:21:32 +0800 |
commit | e8363dc69101744f6683b6131c48220c5da2d6e1 (patch) | |
tree | 884b346415382b60eee74c5c1bf96299d21f76f8 | |
parent | Disable LoadExtension when omit_load_extension is specified (diff) | |
download | golite-e8363dc69101744f6683b6131c48220c5da2d6e1.tar.gz golite-e8363dc69101744f6683b6131c48220c5da2d6e1.tar.xz |
Instructions for libsqlite3 on OS X
-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"` |