Skip to content

Commit 008acb7

Browse files
committed
Merge pull request #250 from DavidGamba/install-in-readme
Update README. Install go-sqlite3 to avoid builds with gcc
2 parents b808f01 + 90af0d5 commit 008acb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This package can be installed with the go get command:
1616

1717
go get github.com/mattn/go-sqlite3
1818

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+
1923
Documentation
2024
-------------
2125

0 commit comments

Comments
 (0)