From 27ea855ea2e1c3b5b966f11c7e514ad0fa9ad0dd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 21 Sep 2021 11:44:08 +0200 Subject: [PATCH] readme: add note to use system libsqlite3 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3792ebc..278d882 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ For end users, a `Makefile` is provided: For development, you can use `go run ./cmd/soju` as usual. +To link with the system libsqlite3, use `make GOFLAGS="-tags=libsqlite3"`. + ## Contributing Send patches on the [mailing list] or on [GitHub], report bugs on the