Skip to content

Commit

Permalink
Remove suggestion that CGO isn't always needed (#1290)
Browse files Browse the repository at this point in the history
Fixes #855
  • Loading branch information
samjewell authored Dec 5, 2024
1 parent 348128f commit ab13d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ 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, 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.

***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.***

Expand Down

0 comments on commit ab13d63

Please sign in to comment.