diff options
author | mattn <mattn.jp@gmail.com> | 2015-11-02 11:38:41 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2015-11-02 11:38:41 +0900 |
commit | 008acb738c4a7f27f4e7712551dec4b697379876 (patch) | |
tree | 42ce9702f2ddc91621f265287475cfc477611d3a | |
parent | Add FTS4 unicode61 tokenizer support (diff) | |
parent | Update README. Install go-sqlite3 to avoid builds with gcc (diff) | |
download | golite-008acb738c4a7f27f4e7712551dec4b697379876.tar.gz golite-008acb738c4a7f27f4e7712551dec4b697379876.tar.xz |
Merge pull request #250 from DavidGamba/install-in-readme
Update README. Install go-sqlite3 to avoid builds with gcc
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ This package can be installed with the go get command: go get github.com/mattn/go-sqlite3 +_go-sqlite3_ is *cgo* package. +If you want to build your app using go-sqlite3, you need gcc. +However, if you install _go-sqlite3_ with `go install github.com/mattn/go-sqlite`, you don't need gcc to build your app anymore. + Documentation ------------- |