diff options
author | Matthew Swain <matthewswain@gmail.com> | 2017-11-30 20:35:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 20:35:32 +0000 |
commit | f8e991c201a81a7441fce72a0ba344562c43cb20 (patch) | |
tree | 0daa61327b0e1338d3c721f2eda33619279bd54c | |
parent | Merge pull request #489 from Projectplace/fix-cancel-race (diff) | |
download | golite-f8e991c201a81a7441fce72a0ba344562c43cb20.tar.gz golite-f8e991c201a81a7441fce72a0ba344562c43cb20.tar.xz |
Update README.md
Clarified the gcc requirement to avoid confusion.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ This package can be installed with the go get command: _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-sqlite3`, you don't need gcc to build your app anymore. +However, after you have built and installed _go-sqlite3_ with `go install github.com/mattn/go-sqlite3` (which requires gcc), you can build your app without relying on gcc in future. Documentation ------------- |