aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2015-08-20 09:54:08 +0900
committermattn <mattn.jp@gmail.com>2015-08-20 09:54:08 +0900
commit8897bf145272af4dd0305518cfb725a5b6d0541c (patch)
treed5a07debf6557a8f3e0188822d94b6cefb6d2e4d /README.md
parentMerge pull request #227 from gmarik/patch-1 (diff)
parentadded icu extension support (diff)
downloadgolite-8897bf145272af4dd0305518cfb725a5b6d0541c.tar.gz
golite-8897bf145272af4dd0305518cfb725a5b6d0541c.tar.xz
Merge pull request #228 from whiter4bbit/added_icu_support
added icu extension support
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04ddfd0..efd0046 100644
--- a/README.md
+++ b/README.md
@@ -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.