Small. Fast. Reliable.
Choose any three.
*** 147,153 ****
  =====
  *Win32 recompile with mingw32/msys*
  
! good as of sqlite source 2.8.13.  
  
  1. Download mingw from www.mingw.org
  
--- 147,167 ----
  =====
  *Win32 recompile with mingw32/msys*
  
! For a makefile which works with 3.0.7, see ticket #931.  No need for MSYS.
! 
! 	1. Download mingw from www.mingw.org
! 	2. Get the sqlite3 source tree
! 	3. Get the makefile attached to #931
! 	4. Make sure you have 'gawk', 'sed' and 'grep' (call grep ggrep, or edit the makefile).  Also get upx and install it.
! 	5. Type 'make'. 
! 	6. Optionally type 'make doc'.  This requires you to have installed tcl, also available from www.mingw.org.
! 
! If you don't want to get and install upx, type 'make sqlite3.exe'. 
! 
! When you are done, you will have a sqlite3.exe and a sqlite3.dll.  The EXE requires the DLL.
! 
! ----
! Older instructions for mingw, good as of sqlite source 2.8.13:
  
  1. Download mingw from www.mingw.org