Changes between Version 10 and Version 11 of MacBuild


Ignore:
Timestamp:
Jan 30, 2012 4:08:46 PM (12 years ago)
Author:
m-doucet
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v10 v11  
    22''Building the !SansView application on Mac requires you to install python from python.org. The version of python bundled with OSX will cause py2app to produce an application property list that will not point to the python executable bundled in the application.''  
    33 
    4 - Run the deps.py script found at the top of the trunk branch in 32-bit mode:[[BR]] 
     4- Run the [http://sansviewproject.svn.sourceforge.net/viewvc/sansviewproject/trunk/deps.py?view=log deps.py] script found at the top of the trunk branch in 32-bit mode:[[BR]] 
    55{{{ 
    66arch -i386 python2.6 deps.py 
     
    3737python2.6 setup.py install --user 
    3838}}} 
     39 
     40== Compile SansView == 
     41 
     42 
     43== Py2app extras == 
     44If you want to build a Mac application, you will need to install the following packages: 
     45{{{ 
     46easy_install-2.6 altgraph==0.7.0 
     47easy_install-2.6 modulegraph==0.8.1 
     48easy_install-2.6 macholib==1.3 
     49easy_install-2.6 py2app 
     50}}}