Closed Landslyde01 closed 6 years ago
The wxSQLite3 distribution (master or releases) just contain source code. That is, you should extract the files anywhere in your home directory which is appropriate for your software development.
How to compile wxSQLite3 on Linux is described in the Installation
section of the readme
file under the heading wxGTK
. For Linux systems currently wxSQLite3 offers only the autoconf
-based build system out of the box.
wxSQLite3 uses premake5
to generate the build files. Unfortunately premake5
does not yet support generating Code::Blocks project files.
The wxSQLite3 distribution (master or releases) just contain source code. That is, you should extract the files anywhere in your home directory which is appropriate for your software development.
I got it. Thanks for your help. And for your development of wxSQLite3.
You are welcome.
I downloaded SQLite3-master.zip.
I'll be using wxSQLite3 with Code::Blocks.