Programs Using Wxwidgets Linux
Long I don’t write back in this site, and now I will write how to install wxwidgets. Why wxwidgets and not using like gtk/gtkmm/qt?I choose wxwidgets because wxwidgets supports OOP concepts and cross platform gui application using c and wxwidgets in easy to compile on windows not like gtkmm, I always error for compiling newest gtkmm/gtk. And why not qt? I think qt is best cross platform gui too, but you must buy a license if you want using for commercial application.Okay now first how to install wxwidgets on your Linux (example I using ubuntu 14.04). So to install wxwidgets, just open your terminal and write this code:$ sudo apt-get install libwxgtk3.0-0 libwxgtk3.0-devAnd this is why I very like linux and open source?
Wxwidgets C#
Because in Linux and now example ubuntu, to install more applications open source, we not must compile before, we just only install binary/dependencies from repository. Not like Windows, we have to compile the previous.So if you are using windows, you must download mingw tools, mingw is compilers.
Okay for mingw I using TDM-GCC because TDM-GCC is from default support wxwidget, you can see on their website in here.Okay for windows user, first you must need is:. Download c compilers from here.
Download wxwidgets installer from here.
Comments are closed.