Changes between Version 39 and Version 40 of MacOSX
- Timestamp:
- 06/16/09 07:35:36 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacOSX
v39 v40 7 7 On Tiger, issue the command 8 8 {{{ 9 sudo port install boost boost-jam fftw-3 gsl python24 py-wxpython scons subversion xercesc libpng 9 sudo port install boost +python24 10 sudo port install fftw-3 gsl python24 py-wxpython scons subversion xercesc libpng 10 11 }}} 12 11 13 to install all needed libraries including its dependencies. This command is the same for Leopard with Python 2.4. In constrast, when using Python 2.5, use 12 14 13 15 {{{ 14 sudo port install boost boost-jam fftw-3 gsl scons subversion xercesc tiff libpng 16 sudo port install boost +python25 17 sudo port install fftw-3 gsl scons subversion xercesc tiff libpng 15 18 }}} 16 19
