From 9e8f850ab4d19ecd98feeccfeaaf0309877b16dd Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 15 Mar 2013 22:59:50 +0900 Subject: [PATCH] Add FAQ about PKG_CONFIG_PATH --- README.mkd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.mkd b/README.mkd index 2f42158..4471fc6 100644 --- a/README.mkd +++ b/README.mkd @@ -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 -------