Revision [27807]
This is an old revision of sqlite made by coolpup on 2013-06-14 06:42:50.
SQLite
database processing- software package {software source}
- verify installed version via the command-line interface:
sqlite3 -version
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --host=i686-pc-linux-gnu --disable-static
Categories
CategoryDatabaseCategoryDevelopment
CategorySoftwareLibraries
CategorySoftwareTopPackages
CategorySoftware