diff options
author | mattn <mattn.jp@gmail.com> | 2016-05-03 09:00:58 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2016-05-03 09:00:58 +0900 |
commit | 7204887cf3a42df1cfaa5505dc3a3427f6dded8b (patch) | |
tree | a7c01d7ce96650b0b297c60b7a141c4527e74f22 /README.md | |
parent | Merge pull request #299 from shaxbee/master (diff) | |
parent | Bump Travis to Ubuntu 14.04 (diff) | |
download | golite-7204887cf3a42df1cfaa5505dc3a3427f6dded8b.tar.gz golite-7204887cf3a42df1cfaa5505dc3a3427f6dded8b.tar.xz |
Merge pull request #302 from shaxbee/master
Build with libsqlite3 on Ubuntu 14.04 LTS
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. |