diff options
author | mattn <mattn.jp@gmail.com> | 2013-03-15 22:59:50 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-03-15 22:59:50 +0900 |
commit | 9e8f850ab4d19ecd98feeccfeaaf0309877b16dd (patch) | |
tree | 2f4341d686639edeb8d345c636310a75a0f33d51 | |
parent | Update README.mkd (diff) | |
download | golite-9e8f850ab4d19ecd98feeccfeaaf0309877b16dd.tar.gz golite-9e8f850ab4d19ecd98feeccfeaaf0309877b16dd.tar.xz |
Add FAQ about PKG_CONFIG_PATH
-rw-r--r-- | README.mkd | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -45,6 +45,13 @@ FAQ > You can pass some arguments into the connection string like URI. > See: https://github.com/mattn/go-sqlite3/issues/39 +* Can't build go-sqlite3. I got error of pkg-config. + + > Probably, you don't set PKG_CONFIG_PATH environment variable. + > Add to PKG_CONFIG_PATH=/path/to/pkgconfig + > Or do `export PKG_CONFIG_PATH=/path/to/pkgconfig`. + > See: https://github.com/mattn/go-sqlite3/issues/45 + LICENSE ------- |