From bba20942881c4c0c98e5f0b691408237affc36bb Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 29 Mar 2012 12:46:32 +0900 Subject: [PATCH] updated doc. --- README.mkd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 555ac1d..8bf5ac5 100644 --- a/README.mkd +++ b/README.mkd @@ -6,7 +6,15 @@ DESCRIPTION sqlite3 driver for go that using database/sql +INSTALLATION +------------ + +It require `pkg-config`. And need to be possible to get information with `pkg-config --cflags --libs sqlite3`. +If you are using Windows, you can get pkg-config from below. + +http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/ + LICENSE ------- -MIT: http://mattn.mit-license.org/2011 +MIT: http://mattn.mit-license.org/2012