5 ms·
Compiling it yourself from source is quite easy, you can find instruction here: https://www.sqlite.org/howtocompile.html https://www.sqlite.org/howtocompile.htm
by feinte 5y ago
Compiling it yourself from source is quite easy, you can find instruction here: https://www.sqlite.org/howtocompile.html https://www.sqlite.org/howtocompile.html
Here is an article from Julia Evans explaining it: https://jvns.ca/blog/2019/10/28/sqlite-is-really-easy-to-compile/ https://jvns.ca/blog/2019/10/28/sqlite-is-really-easy-to-com...
Or if you are familiar with Docker, you can use a more recent Debian in a container and install sqlite inside it.
- TicklishTiger 5y agoIf you compile it yourself, how do security updates get to your system? As for a more recent Debian version: The latest stable Debian has sqlite3 3.27.2 in the repos, so that is not an option.