Skip to content

wxWidgets statically built to cross-compile from linux->win32

License

Notifications You must be signed in to change notification settings

polaco1782/wxWidgets-cross-win32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## wxWidgets-cross-win32

Statically built wxWidgets library to embed on win32 applications, cross compiled under any GNU/Linux environment.

### Dependencies

You need GNU Minimalist (aka MinGW) 32 bit installed. on debian based distro you can install it by running

    sudo apt install mingw-w64-i686-dev

### Compiling

An example Makefile and C++ source is included. Just run `make` and you should have an Example.exe file
on the project root. You can test the result binary with wine, running make test.

A precompiled SQLite3 library is also included.

Releases

No releases published

Packages

No packages published