We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b808f01 + 90af0d5 commit 008acb7Copy full SHA for 008acb7
README.md
@@ -16,6 +16,10 @@ This package can be installed with the go get command:
16
17
go get github.com/mattn/go-sqlite3
18
19
+_go-sqlite3_ is *cgo* package.
20
+If you want to build your app using go-sqlite3, you need gcc.
21
+However, if you install _go-sqlite3_ with `go install github.com/mattn/go-sqlite`, you don't need gcc to build your app anymore.
22
+
23
Documentation
24
-------------
25
0 commit comments