On 1/7/16, Jeremy Boy <jb at jboy.eu> wrote: > How can I verify where SQLite was built > from?
(1) Get the canonical sources from https://www.sqlite.org/download.html or https://www.sqlite.org/src (2) CFLAGS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT ./configure (3) make sqlite3.c -- D. Richard Hipp drh at sqlite.org