%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 Documentation User Notes: Installation of SQLite If you downloaded the optional documentation, issue the following command to install the documentation into the source tree: unzip -q ../sqlite_docs_&sqlite-docs-version;.zip 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 If you downloaded the optional documentation, issue the following commands as the root user to install it: install -v -m755 -d destdir/usr/share/doc/sqlite-&sqlite-version; & cp -v -R sqlite-&sqlite-docs-version;-docs/* \ destdir/usr/share/doc/sqlite-&sqlite-version; 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}