added icu extension support

This commit is contained in:
Pavel Zalunin
2015-08-20 03:02:59 +03:00
parent 3dc190a017
commit 715f5e5de0
2 changed files with 17 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ FAQ
Use `go build --tags "libsqlite3 linux"`
* Want to build go-sqlite3 with icu extension.
Use `go build --tags "icu"`
* 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.