diff options
author | Pavel Zalunin <wr4bbit@gmail.com> | 2015-08-20 03:02:59 +0300 |
---|---|---|
committer | Pavel Zalunin <wr4bbit@gmail.com> | 2015-08-20 03:02:59 +0300 |
commit | 715f5e5de0722db907a36a44ddbc8d91dcee76f7 (patch) | |
tree | d5a07debf6557a8f3e0188822d94b6cefb6d2e4d /README.md | |
parent | Merge pull request #227 from gmarik/patch-1 (diff) | |
download | golite-715f5e5de0722db907a36a44ddbc8d91dcee76f7.tar.gz golite-715f5e5de0722db907a36a44ddbc8d91dcee76f7.tar.xz |
added icu extension support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |