Compiling wxWidgets Application Code
If you are writing a code that links to wxWidgets library, you can use these command to compile the code
g++ `wx-config --cxxflags` `wx-config --libs` myapp.cpp
If you are writing a code that links to wxWidgets library, you can use these command to compile the code
g++ `wx-config --cxxflags` `wx-config --libs` myapp.cpp