How to use wxWidgets on Mac

I am completely new to wxWidget and want to know about this library. I'm trying to install using the "make" command and try to make a program (using g ++ stuff) and it won’t work. I try to use http://max.berger.name/howto/wxWidgets/wxWidgets_Eclipse.jsp#d43e34 but it fails.

So how to use wxWidgets and compile the program? Do I need to write my own Makefile? Should I put the source code in a wxWidgets installation?

Thanks for the promotion

+3
source share
2 answers

Mac : use ./configure && make && make install wxWidgets Xcode wxWidgets. wikiWxWidgets:

+2

All Articles