Tuesday, May 8, 2012

about wxWidgets install

In this post I speak about common questions of installing wxWidgets.

Installing wxWidgets can be confusing for newcomers from Windows systems but it quite easy for them who knows how to install software from sources at Linux systems. Main difficult is that you should compile wxWidgets libraries by yourself. Common process of install is something like this:
  1. Download wxWidgets sources.
  2. Unpack sources.
  3. Build wxWidgets from sources.
  4. Configure IDE if you use it.
It's easy. But at Windows systems you have to make step 0 - install building tool - MinGW.

In next post I'll describe how I installed wxWidgets at Linux system.

No comments:

Post a Comment