This repo is used to automatically setup the latest version sqlite on Ubuntu. Currently very fragile. Getting the latest tarball version relies on HTML parsing, which heavily depends on the structure of the webpage.
- ANSI-C compiler and make.
- Running
sudo apt-get install build-essential
will install all prerequisites.
- Running
- bash
- Other shell scripts are not supported
- Install prerequisites
- Clone the repo
git clone https://github.com/AbdulHafiiz/sqlite-setup
Install sqlite by running
bash setup_sqlite.sh
in the cli.
- Make version detection more robust
Distributed under the MIT License. See LICENSE.txt
for more information.