This directory contains source code to
SQLiteDBMS: SQLite(An Embeddable SQL Database Engine: http://www.sqlite.org/) + MS
To compile the project, first create a directory in which to place the build products. It is recommended, but not required, that the build directory be separate from the source directory. Cd into the build directory and then from the build directory run the configure script found at the root of the source tree. Then run "make".
For example:
tar xzf sqlitedbms-x.y.z.tar.gz ; Unpack the source tree into "sqlitedbms" cd sqlitedbms-x.y.z ; Move into directory ./configure --with-sqlite3=DIR ; Run the configure script make ; Run the makefile.
- Contacts
http://sqlitedbms.sourceforge.net/
http://sourceforge.net/projects/sqlitedbms
http://kldp.net/projects/sqlite
nonunnet@gmail.com
http://www.sqlite.org/
drh@hwaci.com
