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
Share this:
  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Google
  • Live
  • YahooMyWeb
  • Reddit
  • Technorati

Related Posts

Leave a Reply