- Notifications
You must be signed in to change notification settings - Fork8
PBfordev/wxpbguide
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This Microsoft Windows specific guide hopes to assist the readerswith decisions regarding which wxWidgets version and configurationto use and show how to build wxWidgets using MinGW with variousparameters affecting the resulting build. It also describes indetail setting-up a wxWidgets project in popular IDE Code::Blocks.
This guide is not a reference manual, it is a tutorial for new usersof wxWidgets, MinGW, and Code::Blocks; supposed to be followed step by step.
4.9, released October 8, 2024
wxWidgets: 3.2 (3.2.6 at the time of writing)
MinGW: MSYS2 mingw-w64-ucrt-x86_64-toolchain (GCC 14.2 at the time of writing)
Code::Blocks: 20.03
This guide does not cover actual wxWidgets programming nor using Code::Blocks(besides the steps necessary to set up a wxWidgets project).
I suggest viewing this guide in a proper PDF viewer (such as Adobe Acrobat Reader),since GitHub's PDF viewer seems not to support displaying navigabletable of contents or clicking on internal cross-references.
About
PB’s Guide to Starting with wxWidgets on Microsoft Windows with MinGW and Code::Blocks