utelle / wxsqlite3

wxSQLite3 - SQLite3 database wrapper for wxWidgets (including SQLite3 encryption extension)
http://utelle.github.io/wxsqlite3
Other
598 stars 181 forks source link

Installation #33

Closed Landslyde01 closed 6 years ago

Landslyde01 commented 6 years ago

I downloaded SQLite3-master.zip.

  1. Where do I extract the files to? EXACTLY where? I'm on Linux Mint.
  2. Then what?

I'll be using wxSQLite3 with Code::Blocks.

utelle commented 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.

Landslyde01 commented 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.

I got it. Thanks for your help. And for your development of wxSQLite3.

utelle commented 6 years ago

You are welcome.