Update README. Install go-sqlite3 to avoid builds with gcc

This commit is contained in:
David Gamba 2015-10-31 00:59:28 -06:00
parent b808f01f66
commit 90af0d5722
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
------------- -------------