aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Mandziejewicz <shaxbee@gmail.com>2016-04-18 20:19:08 +0800
committerZbigniew Mandziejewicz <shaxbee@gmail.com>2016-04-18 20:21:32 +0800
commite8363dc69101744f6683b6131c48220c5da2d6e1 (patch)
tree884b346415382b60eee74c5c1bf96299d21f76f8
parentDisable LoadExtension when omit_load_extension is specified (diff)
downloadgolite-e8363dc69101744f6683b6131c48220c5da2d6e1.tar.gz
golite-e8363dc69101744f6683b6131c48220c5da2d6e1.tar.xz
Instructions for libsqlite3 on OS X
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d69e305..1092c9b 100644
--- a/README.md
+++ b/README.md
@@ -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"`