4593302 [rkeene@sledge /home/rkeene/projects/build]$ cat sqlite3.txt
# SHORT DESC: 3.x (new) Series of SQL Database in a File
# LONG DESC:  SQLite is a small, fast, embeddable SQL database engine that supports most of SQL92, including transactions with atomic commit and rollback, subqueries, compound queries, triggers, and views. A complete database is stored in a single cross-platform disk file. The native C/C++ API is simple and easy to use. Bindings for other languages are also available.

# IGNORE: slamd64-12.2
# IGNORE: slackware-12.2
# IGNORE: slackware-13.0
# IGNORE: slackware64-13.0
# IGNORE: slackware-13.1
# IGNORE: slackware64-13.1
# IGNORE: slackware-13.37
# IGNORE: slackware64-13.37
# IGNORE: slackware-14.0
# IGNORE: slackware64-14.0

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
make install || exit 1
4593303 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06