diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 14:54:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-09 12:54:30 +0200 |
commit | 29b45e1658840b0ce5f67529b46cad5d595433c4 (patch) | |
tree | 3fe25471c21a8e367e6ee25d9f6150a65a5d11a0 /etc/sqlite/README | |
parent | be9592da855dab979a0c41b7cb92caaca8a04034 (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 |