Changes between Version 39 and Version 40 of MacOSX

Show
Ignore:
Author:
marco (IP: 131.152.84.148)
Timestamp:
06/16/09 07:35:36 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacOSX

    v39 v40  
    77On Tiger, issue the command 
    88{{{ 
    9 sudo port install boost boost-jam fftw-3 gsl python24 py-wxpython scons subversion xercesc libpng 
     9sudo port install boost +python24 
     10sudo port install fftw-3 gsl python24 py-wxpython scons subversion xercesc libpng 
    1011}}} 
     12 
    1113to 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  
    1214 
    1315{{{ 
    14 sudo port install boost boost-jam fftw-3 gsl scons subversion xercesc tiff libpng 
     16sudo port install boost +python25 
     17sudo port install fftw-3 gsl scons subversion xercesc tiff libpng 
    1518}}} 
    1619