On Mon, Nov 5, 2012 at 5:38 AM, brijesh_philips <[email protected]>wrote:
> Hi, > > I am New to sqlite and TCL. I need information regarding, > > 1. Where i can download TCL Testsuit to test sqlite ? > I am using Cygwin environment , testsits are available for cygwin > environment ? Does the same run on Linux too ? > > 2. How to install / compile and run these testsuits ? > > A reply is really appreciated... > Download and install ActiveTcl. http://www.activestate.com/activetcl To compile and test using MSVC, first download and install the SQLite source tree, then type:: nmake /f makefile.msc test To compile and test using GCC, install mingw and msys (not cygwin) and then type: sh configure; make test > > > Thanks in advance > > Brijesh > > > > -- > View this message in context: > http://sqlite.1065341.n5.nabble.com/Required-help-on-Sqlite-TCL-testsuit-tp65374.html > Sent from the SQLite mailing list archive at Nabble.com. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

