Sunday, August 09, 2015

How To Configure wxWidgets on Ubuntu

Configuring wxWidgets into Netbeans is not so complicated, even for those who are new to the application will find the easy way to work with. This short tutorial is intended to guide you to setup wxWidgets on Ubuntu 14.04, thus you can begin to code immediately. 



Take a look the simple step, and happy coding with wxWidgets …..

$ sudo apt-get install build-essential
$ sudo apt-get install netbeans $ sudo apt-get install wxformbuilder $ sudo apt-get install libwxgtk3.0-dev 



Install C++ Plugins

After starting netbeans, then make selection to:  Make [Tools] - [Plugins]



Download initial Netbeans project: wxApp.zip, include GUI project by using wxFormbuilder.





0 comments: