The preferred and recommended way of compiling SQLite on Windows is using the
single .C "amalgamation" file.

However, this isn't a suitable method when I want to tinker with the source code
of SQLite and compile it to see the effects. The single .C file isn't convenient
for development.

I can't find anywhere what is needed to compile SQLite on Windows from the basic
tarball (where all the C & H files are separate and not pre-processed). Has
anyone set up a SQLite development environment on Windows and can share which
tools are needed?

P.S. One example is the Lemon parser generator which should be probably compiled
separately and then used to help assembling SQLite.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to