diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-06-30 08:57:28 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-06-30 08:57:28 +0900 |
commit | b4142c444a8941d0d92b0b7103a24df9cd815e42 (patch) | |
tree | bd9adb957519b94098a59be2d56ae916d30bafe3 | |
parent | hack to use libsqlite3 (diff) | |
download | golite-b4142c444a8941d0d92b0b7103a24df9cd815e42.tar.gz golite-b4142c444a8941d0d92b0b7103a24df9cd815e42.tar.xz |
update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |