Skip to content

Commit

Permalink
Merge pull request #250 from DavidGamba/install-in-readme
Browse files Browse the repository at this point in the history
Update README. Install go-sqlite3 to avoid builds with gcc
  • Loading branch information
mattn committed Nov 2, 2015
2 parents b808f01 + 90af0d5 commit 008acb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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
-------------

Expand Down

0 comments on commit 008acb7

Please sign in to comment.