SQLite 3.8.1
- Download (HTTP): http://sqlite.org/2013/sqlite-autoconf-3080100.tar.gz
- Download size: 1.9 MB
- Download (HTTP): http://sqlite.org/2013/sqlite-doc-3080100.zip
- Download size: 4.1 MB
# ./configure --prefix=/usr/local/sqlite-3.8.1 --disable-static \ CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \ -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \ -DSQLITE_SECURE_DELETE=1" && # make # make install
Compiling SQLite Documents
# install -v -m755 -d /usr/local/sqlite-3.8.1/share/doc/sqlite-3.8.1 && # cp -v -R sqlite-doc-3080100/* /usr/local/sqlite-3.8.1/share/doc/sqlite-3.8.1For more information:
No comments:
Post a Comment