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
- Host: GitHub
- URL: https://github.com/polaco1782/wxwidgets-cross-win32
- Owner: polaco1782
- License: gpl-3.0
- Created: 2018-06-03T01:27:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T18:46:38.000Z (about 6 years ago)
- Last Synced: 2025-01-27T09:09:56.362Z (8 months ago)
- Topics: cross, cross-platform, library, linux, static, win32, wx, wxwidgets
- Language: C++
- Size: 15.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.