Revision [24294]
This is an old revision of sqlite made by coolpup on 2012-10-05 04:16:54.
SQLite
database processing- sqlite-3.7.14.1-up-20121005.pet {contains DEV & DOC files}
./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 --build=i686-pc-linux-gnu --disable-static - sqlite-3.7.14-up-20120906.pet {contains DEV files}
./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=i486-pc-linux-gnu --disable-static
Tutorial
- Verify installed version via the command-line interface:
sqlite3 -version
Appendix
http://www.sqlite.org/
http://www.sqlite.org/download.html
http://www.linuxfromscratch.org/blfs/view/svn/server/sqlite.html
http://www.t2-project.org/packages/sqlite.html
other software packages
http://www.sqlite.org/download.html
http://www.linuxfromscratch.org/blfs/view/svn/server/sqlite.html
http://www.t2-project.org/packages/sqlite.html
other software packages
Categories
CategorySoftwareTopPackagesCategorySoftwareLibraries
CategorySoftware