Small. Fast. Reliable.
Choose any three.
*** 50,55 ****
--- 50,67 ----
  
  for sqlite 3.0.7: diff attached at http://www.sqlite.org/cvstrac/tktview?tn=930
  
+ please compile as follows:
+ 
+   unzip sqlite_source.zip
+   rm tclsqlite.c
+   for i in *.c; do gcc -c $i; done
+   rm shell.o
+   ar crs libsqlit.a *.o
+   RDLN_DEF=-DHAVE_READLINE=1 #if you wish to use
+   gcc -DSQLITE_DISABLE_LFN $(RDLN_DEF) -c shell.c
+   RDLN_LIBS=-lreadl -lhisto
+   gcc -o sqlite.exe $(RDLN_LIBS) shell.o libsqlit.a
+ 
  it will also do no harm to incorporate it in the main sqlite distribution.
  
  i'm sorry it has not been evident until now, so i am explicitly including the following copyright disclaimer, as required by sqlite author: