[[HomePage]] > [[SoftwareIndex Software Index]] > [[SoftwareDevelopment Development]] --- ====**""SQLite""**==== [[http://www.sqlite.org/ database processing]] --- ~-[[software]] package {[[http://www.sqlite.org/download.html source code]]} --- ~-dependencies: ##+[[bzip2]],+[[file]],+[[grep]],+[[ncurses]],+[[readline]],+[[tar]]## --- ~-verify installed version via the command-line interface: %%(language-ref)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%% --- ~-[[http://www.linuxfromscratch.org/blfs/view/svn/server/sqlite.html linuxfromscratch.org]] ~-[[http://www.t2-project.org/packages/sqlite.html t2-project.org]] ~-[[http://murga-linux.com/puppy/viewtopic.php?p=677940&sid=1df25d8abdb1e172d4c4c2a88876d1f5#677940 DBF/CSV]] --- ---- ==Categories== CategoryDatabase CategoryDevelopment CategorySoftwareLibraries CategorySoftwareTopPackages CategorySoftware