readme: merge paragraphs about GOFLAGS

This commit is contained in:
Simon Ser 2023-02-22 21:12:22 +01:00
parent 5a26674614
commit 8ad5a5fb3a
1 changed files with 3 additions and 4 deletions

View File

@ -29,10 +29,9 @@ For end users, a `Makefile` is provided:
For development, you can use `go run ./cmd/soju` as usual.
To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`. To disable
SQLite support, set `GOFLAGS="-tags=nosqlite"`. To build with PAM authentication
support, set `GOFLAGS="-tags=pam"`.
To use an alternative SQLite library that does not require CGO, set `GOFLAGS="-tags=moderncsqlite"`.
SQLite support, set `GOFLAGS="-tags=nosqlite"`. To use an alternative SQLite
library that does not require CGO, set `GOFLAGS="-tags=moderncsqlite"`. To
build with PAM authentication support, set `GOFLAGS="-tags=pam"`.
## Contributing