diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-11-02 11:56:57 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-11-02 11:56:57 +0900 |
commit | a755cdc361c8ed75d4d3aa5526f6cbf8d63dc33c (patch) | |
tree | 665fd53d60cbb045683a14da9af70544c3f7c697 /README.md | |
parent | fix tests (diff) | |
parent | Merge pull request #243 from augustoroman/master (diff) | |
download | golite-a755cdc361c8ed75d4d3aa5526f6cbf8d63dc33c.tar.gz golite-a755cdc361c8ed75d4d3aa5526f6cbf8d63dc33c.tar.xz |
Merge branch 'master' of https://github.com/mattn/go-sqlite3
Diffstat (limited to 'README.md')
-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 ------------- |