01) sqlite
sqlite 下载地址 https://www.sqlite.org/2015/sqlite-amalgamation-3081101.zip
解压 unzip sqlite-amalgamation-3081101.zip
解压后可以直接使用,无需安装.官方解释
github-sqlite sqlite 官网 上面有一段话
The amalgamation contains everything you need to integrate SQLite into a larger project. Just copy the amalgamation into your source directory and compile it along with the other C code files in your project.
02) subversion 编译安装完后一直报错
./svn --version ./svn: error while loading shared libraries: libserf-1.so.1: cannot open shared object file: No such file or directory
解决办法: 在ubuntu系统中 apt install subversion 先安装一次subversion ,然后 sudo apt-get remove --purge subversion 卸载.现在编译安装的不会报错,奇葩的问题