diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 14:54:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 14:54:19 +0200 |
commit | 3b683eaa935356ac960fca68c7173e1c9b1b3c1e (patch) | |
tree | 3ed2885801090b70278459265957392cedce3430 /etc/sqlite/README | |
parent | 30df328918e2017f17fec47ec80273910df5e6c5 (diff) |
Add support for Visual Studio 2005
Diffstat (limited to 'etc/sqlite/README')
-rw-r--r-- | etc/sqlite/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sqlite/README b/etc/sqlite/README index b147916..126c52c 100644 --- a/etc/sqlite/README +++ b/etc/sqlite/README @@ -1,5 +1,5 @@ This directory contains project/solution files for building SQLite libraries -with Microsoft Visual Studio versions 9, 10, and 11. +with Microsoft Visual Studio versions 8, 9, 10, and 11. To build SQLite, you will need to download two SQLite packages: sqlite- amalgamation and sqlite-dll. Copy the sqlite3.c and sqlite3.h files from the |