The easiest way to install SQLite on OS X is to use homebrew.
- First, make sure you have homebrew installed
- Run
brew doctor
and address anything homebrew wants you to fix - Run
brew install sqlite
- Grab the precompiled windows DLLs from the SQLite website. Make sure to also get the sqlite-tools package so you have a CLI that can run in
cmd.exe
- Put the DLLs in your
C:\WINDOWS\system32
folder
Please run
sudo apt-get install sqlite3 libsqlite3-dev
or the equivalent on your operating system