Menu

Tree [b8c97a] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 INSTALL 2009-10-14 Steven Noonan Steven Noonan [0246a2] SQLite v3.6.18
 Makefile 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 Makefile.in 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 README 2009-10-14 Steven Noonan Steven Noonan [0246a2] SQLite v3.6.18
 aclocal.m4 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 config.guess 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 config.sub 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 configure 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 depcomp 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 install-sh 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 ltmain.sh 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 missing 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 shell.c 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 sqlite.vcproj 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 sqlite3.1 2010-02-22 Steven Noonan Steven Noonan [4faeb5] SQLite v3.6.21
 sqlite3.c 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 sqlite3.h 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 sqlite3.pc 2010-10-06 Steven Noonan Steven Noonan [b8c97a] Merge branch 'upstream'
 sqlite3ext.h 2010-02-22 Steven Noonan Steven Noonan [4faeb5] SQLite v3.6.21

Read Me

This package contains:

 * the SQLite library amalgamation (single file) source code distribution,
 * the shell.c file used to build the sqlite3 shell too, and
 * the sqlite3.h and sqlite3ext.h header files required to link programs
   and sqlite extensions against the installed libary.
 * autoconf/automake installation infrastucture.

The generic installation instructions for autoconf/automake are found
in the INSTALL file.

The following SQLite specific boolean options are supported:

  --enable-readline           use readline in shell tool   [default=yes]
  --enable-threadsafe         build a thread-safe library  [default=yes]
  --enable-dynamic-extensions support loadable extensions  [default=yes]

The default value for the CFLAGS variable (options passed to the C 
compiler) includes debugging symbols in the build, resulting in larger
binaries than are necessary. Override it on the configure command
line like this:

  $ CFLAGS="-Os" ./configure

to produce a smaller installation footprint.

Other SQLite compilation parameters can also be set using CFLAGS. For
example:

  $ CFLAGS="-Os -DSQLITE_OMIT_TRIGGERS" ./configure

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.