diff options
author | Zbigniew Mandziejewicz <shaxbee@gmail.com> | 2016-04-22 21:13:07 +0800 |
---|---|---|
committer | Zbigniew Mandziejewicz <shaxbee@gmail.com> | 2016-04-23 00:00:49 +0800 |
commit | 9f06636f8cbb5cdd7aebcc8b4897644f56856d9b (patch) | |
tree | 2ecea01e6031aaee8ee7ae9ac4206a9e2d53cbf5 /README.md | |
parent | Test with libsqlite3 (diff) | |
download | golite-9f06636f8cbb5cdd7aebcc8b4897644f56856d9b.tar.gz golite-9f06636f8cbb5cdd7aebcc8b4897644f56856d9b.tar.xz |
FTS4 is not available on Trusty
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ FAQ * 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. |