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

Related Posts

Leave a Reply