Merge pull request #250 from DavidGamba/install-in-readme

Update README. Install go-sqlite3 to avoid builds with gcc
This commit is contained in:
mattn 2015-11-02 11:38:41 +09:00
commit 008acb738c
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ This package can be installed with the go get command:
go get github.com/mattn/go-sqlite3 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 Documentation
------------- -------------