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.
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.