An open API service indexing awesome lists of open source software.

https://github.com/polaco1782/wxwidgets-cross-win32

wxWidgets statically built to cross-compile from linux->win32
https://github.com/polaco1782/wxwidgets-cross-win32

cross cross-platform library linux static win32 wx wxwidgets

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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.