Install wxWidgets

Traverse to wxWidgets.org and download the latest version of wxWidgets.

Save the archive to the ~/apps sub directory then extract the contents to ~/apps/.

Change directory to ~/apps/wxWidgets-3.1.5/build and issue the commands as follows:

[codesyntax lang=”php”]

../configure
make -j4
sudo make install

[/codesyntax]

Follow all prompts during the install.

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 *