On Fri, Mar 16, 2012 at 10:05 AM, Philipp Kursawe <phil.kurs...@gmail.com>wrote:

> >
> >
> > Click to get to http://www.sqlite.org/src/info/cd70bc4b78 then look
> beside
> > "Other Links:" and click on either "Tarball" or "ZIP Archive".
> >
> > thanks! found it. Compiling without awk is not possible?
>

On my windows7 box, I run:

    nmake /f makefile.msc sqlite3.c

It looks like that command requires both gawk and tclsh85.  I don't see
anything else that you are unlikely to already have installed.  You'll also
need TCL libraries in order to do

    nmake /f makefile.msc test

But you don't necessarily have to do that.



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



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

Reply via email to