Installing On MacOS Using DarwinPorts
From WxWiki
[edit] MacOS (using DarwinPorts)
The DarwinPorts project, http://darwinports.opendarwin.org/, provides an easy to use environment for compiling, installing, and maintaining Open Source packages in a custom tree on your MacOS X system. It is very similar to Perl's CPAN module. As of April 2004 a wxWidgets package is available and compiles cleanly without any intervention. Use the command "port search wxWidgets" to find the latest release available and then "port -vd install <package-name>" to install. For example, "port -vd install wxWidgets-2.5.1" works as of this writing.
