diff options
author | mattn <mattn.jp@gmail.com> | 2016-04-19 10:33:13 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2016-04-19 10:33:13 +0900 |
commit | 467f50b0c026317ad28fc2c0a08aab6f755cfc7a (patch) | |
tree | 884b346415382b60eee74c5c1bf96299d21f76f8 /README.md | |
parent | Merge pull request #298 from shaxbee/master (diff) | |
parent | Instructions for libsqlite3 on OS X (diff) | |
download | golite-467f50b0c026317ad28fc2c0a08aab6f755cfc7a.tar.gz golite-467f50b0c026317ad28fc2c0a08aab6f755cfc7a.tar.xz |
Merge pull request #299 from shaxbee/master
Build and docs for libsqlite3 on OS X
Diffstat (limited to 'README.md')
-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"` |