Cross-platform C++ GUI toolkit for building desktop applications
Cross-platform C++ GUI toolkit
wx-config
wxrc
$ wx-config --cxxflags --libs
$ g++ -o myapp myapp.cpp $(wx-config --cxxflags --libs)
$ wxrc -c -o resources.cpp resources.xrc