SQLite
database processing- software package {source code}
- 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 && time make -j 2
Categories
CategoryDatabaseCategoryDevelopment
CategorySoftwareLibraries
CategorySoftwareTopPackages
CategorySoftware