Created
September 30, 2013 11:34
-
-
Save leveret/6762526 to your computer and use it in GitHub Desktop.
SQLite3 for linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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