%general-entities; ]> $LastChangedBy$ $Date$ SQLite-&sqlite-version; SQLite Introduction to SQLite The SQLite package is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. &lfs65_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &sqlite-md5sum; Download size: &sqlite-size; Estimated disk space required: &sqlite-buildsize; Estimated build time: &sqlite-time; Optional (Required to run the test suite) User Notes: Installation of SQLite Install SQLite by running the following commands: ./configure --prefix=/usr && make To test the results, issue: make test. Now, as the root user: make install Contents Installed Program Installed Library Installed Directories sqlite3 libsqlite3.{so,a} None Short Descriptions sqlite3 A terminal-based front-end to the SQLite library that can evaluate queries interactively and display the results. sqlite3 libsqlite3.{so,a} Contains the SQLite API functions. libsqlite3.{so,a}