Windows image with Git, CMake and wxWidgets library.
1.6K
The image provides Git, CMake, and an already compiled and installed wxWidgets library under C:/wx314_install/.
Within the C:/wx314_install/ directory you will find the Debug and Release version of the library. In order to use it, you will need to tell CMake where to find the wxWidgets and set the ${wxWidgets_ROOT_DIR} to C:/wx314_install/Debug for Debug mode. Also, the same thing for the release mode.
There is a CMake example in the following repository: https://github.com/AndresDuque/wxWidgetsCLion/tree/cmake-supports-wxwidgets-windows
Content type
Image
Digest
Size
7.9 GB
Last updated
almost 5 years ago
docker pull andresduque/windows-wxwidgets-314