On 4/19/17, Kim Gräsman <[email protected]> wrote: > I'm building for both Windows and Linux and it's a reproducible build, > so I'd rather not depend on anything extra.
The only thing extra you need is tclsh installed as it is used during the build process. Besides TCL, just a C compiler and the ordinary tools. On unix, just run "./configure; make". On Windows with MSVC the command is "nmake /f makefile.msc" -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

