Script to Compile c++ Source Code

Here is a script to compile wxWidgets apps.
[codesyntax lang=”bash”]

g++ -o $1 $1.cpp `wx-config --cxxflags --libs`

[/codesyntax]

Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.

Leave a Reply

Your email address will not be published. Required fields are marked *