wxwidgets@3.2

Cross-platform C++ GUI toolkit for building desktop applications

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform C++ GUI toolkit

Commands

wx-configwxrc

Examples

Check wxWidgets installation and get compiler flags for linking$ wx-config --cxxflags --libs
Compile a simple wxWidgets C++ application$ g++ -o myapp myapp.cpp $(wx-config --cxxflags --libs)
Convert wxWidgets resource file to C++ code$ wxrc -c -o resources.cpp resources.xrc