sqlite3 linux加密版
https://github.com/Willena/libsqlite3-wx-see
- Install premake5 [from here] (https://premake.github.io/download.html)
premake5 --file=premake5-linux.lua gmake
on "linux" systems. For windows builds use the initial premake5.lua file.- Inside the
build
folder you should find Makefiles. - If you want the default encryption scheme to be something else than CHACHA20 please read the readme-2.md and make changes in the config.gcc file in the build folder
make config=$TYPE verbose=1
on linux.$TYPE
must be replaced with one of the following:release_linux32
orrelease_linux64
orrelease_linux32
orrelease_linux64
- It will build .so, .a and the sqliteshell. You can find the result in the
bin-gcc
folder
config.gcc
gcc -std=c99 -fPIC