I used wxsqlite3
(version 3.11.1) to encrypt SQLite database on Windows OS. I simply included sqlite3.h
and sqlite3.lib
into my projects, and used sqlite3_key
to encrypt my database. It works fine, but now I want to use wxsqlite3
on Linux (Centos 7).
I spent many days trying to compile but failed. How I can use the same methods as on Windows on Linux? Could anyone who has experience, share their knowledge and practice on how to compile SQLite and wxSqlite3
in order to be able to access encryption functions.
So, my advice would be to download a recent version of wxSQLite3 and try the included build files for Linux (and other Linux-like systems).