Skip to content

Commit ab13d63

Browse files
authored
Remove suggestion that CGO isn't always needed (#1290)
Fixes #855
1 parent 348128f commit ab13d63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ This package can be installed with the `go get` command:
7070

7171
_go-sqlite3_ is *cgo* package.
7272
If you want to build your app using go-sqlite3, you need gcc.
73-
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.
7473

7574
***Important: because this is a `CGO` enabled package, you are required to set the environment variable `CGO_ENABLED=1` and have a `gcc` compiler present within your path.***
7675

0 commit comments

Comments
 (0)