From b4142c444a8941d0d92b0b7103a24df9cd815e42 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 30 Jun 2015 08:57:28 +0900 Subject: [PATCH] update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4383f0c..04ddfd0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Examples can be found under the `./_example` directory FAQ --- +* Want to build go-sqlite3 with libsqlite3 on my linux. + + Use `go build --tags "libsqlite3 linux"` + * Can't build go-sqlite3 on windows 64bit. > Probably, you are using go 1.0, go1.0 has a problem when it comes to compiling/linking on windows 64bit.