Skip to content

Instantly share code, notes, and snippets.

@leveret
Created September 30, 2013 11:34
Show Gist options
  • Save leveret/6762526 to your computer and use it in GitHub Desktop.
Save leveret/6762526 to your computer and use it in GitHub Desktop.
SQLite3 for linux
wget http://www.sqlite.org/sqlite-autoconf-3070603.tar.gz
l
find / -name sqlite*
tar -xvf sqlite-autoconf-3070603.tar.gz
l
cd sqlite-autoconf-3070603/
l
./configure
l
make
l
make check
make install
sqlite3 --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment