SQLite

$ wget https://www.sqlite.org/2020/sqlite-autoconf-3340000.tar.gz
$ tar xvf sqlite-autoconf-3340000.tar.gz 
$ cd sqlite-autoconf-3340000
$ mkdir build
$ cd build
$ ../configure --prefix=/opt/sqlite/3.34.0 --enable-editline --enable-readline --enable-session --enable-debug  
$ make
$ make install