Changes between Initial Version and Version 1 of MacBuild


Ignore:
Timestamp:
Jan 30, 2012 3:23:53 PM (13 years ago)
Author:
m-doucet
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v1 v1  
     1- Install python 2.6 from [http://www.python.org/download/releases/] 
     2 
     3- Run the deps.py script found at the top of the trunk branch in 32-bit mode:[[BR]] 
     4{{{arch -i386 python2.6 deps.py}}} 
     5 
     6- Get the matplotlib code from here: [https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/][[BR]] 
     7 
     8- Modify the make.osx file so that it has the correct OSX version at the top:[[BR]] 
     9{{{ 
     10MACOSX_DEPLOYMENT_TARGET=10.7 
     11OSX_SDK_VER=10.7 
     12}}} 
     13 
     14- Build matplotlib:[[BR]] 
     15{{{ 
     16make -f make.osx PREFIX=$HOME/.local PYVERSION=2.6 fetch deps mpl_install 
     17}}} 
     18