Changes between Version 64 and Version 65 of Download
- Timestamp:
- 01/06/09 21:30:53 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v64 v65 309 309 310 310 311 == OSX == 312 313 on OSX, you cannot use the 'perl' executable, you have to use the 'wxPerl' executable - *much more detail required - what does this mean for running 'cpan .' to auto install dependencies?* 311 == OS X == 312 313 On OS X, you cannot use the 'perl' executable, you have to use the 'wxPerl' executable (see this [http://www.nntp.perl.org/group/perl.wxperl.users/2008/07/msg5978.html thread regarding wxPerl invocation]). 314 315 '' *TODO: much more detail required - what does this mean for running 'cpan .' to auto install dependencies?*'' 314 316 315 317 OS X 10.4 has wxPerl 0.22, 10.5 has a more recent version (0.6x for some x) 316 318 317 see this thread [http://www.nntp.perl.org/group/perl.wxperl.users/2008/07/msg5978.html] 319 Aside from building from source, you can also install newer versions of Wx on OS X using a package manager: 320 321 [http://www.finkproject.org/ Fink] 322 {{{ 323 fink install wxmac28 324 }}} 325 326 [http://www.macports.org/ Mac Ports] 327 {{{ 328 port install wxWidgets 329 }}} 318 330 319 331 == wxWidgets and wxPerl ==
