From 9676bab7c93def890df03d6c408c56417febec7a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Jul 2011 22:24:07 -0600 Subject: [PATCH] ... --- setup/installer/windows/notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup/installer/windows/notes.rst b/setup/installer/windows/notes.rst index 0bb8b7b15b..d063a19249 100644 --- a/setup/installer/windows/notes.rst +++ b/setup/installer/windows/notes.rst @@ -53,6 +53,13 @@ SQLite Put sqlite3*.h from the sqlite windows amlgamation in ~/sw/include +APSW +----- + +Download source from http://code.google.com/p/apsw/downloads/list and run in visual studio prompt + +python setup.py fetch --all build --missing-checksum-ok --enable-all-extensions install test + OpenSSL --------