aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gamba <davidgamba@gmail.com>2015-10-31 00:59:28 -0600
committerDavid Gamba <davidgamba@gmail.com>2015-10-31 00:59:28 -0600
commit90af0d57228cc27ef47752c7e0a7dd403e843841 (patch)
tree42ce9702f2ddc91621f265287475cfc477611d3a
parentAdd FTS4 unicode61 tokenizer support (diff)
downloadgolite-90af0d57228cc27ef47752c7e0a7dd403e843841.tar.gz
golite-90af0d57228cc27ef47752c7e0a7dd403e843841.tar.xz
Update README. Install go-sqlite3 to avoid builds with gcc
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index efd0046..5ef6761 100644
--- a/README.md
+++ b/README.md
@@ -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
-------------