head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.02.13.17.36.49;	author nonun;	state dead;
branches;
next	1.1;

1.1
date	2006.02.01.15.49.59;	author nonun;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@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.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://sourceforge.net/projects/sqlitedbms
   http://kldp.net/projects/sqlite
   nonunnet@@gmail.com

   http://www.sqlite.org/
   drh@@hwaci.com
@


1.1
log
@*** empty log message ***
@
text
@@

