Changes between Version 10 and Version 11 of MacBuild
- Timestamp:
- Jan 30, 2012 4:08:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v10 v11 2 2 ''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.'' 3 3 4 - Run the deps.pyscript 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]] 5 5 {{{ 6 6 arch -i386 python2.6 deps.py … … 37 37 python2.6 setup.py install --user 38 38 }}} 39 40 == Compile SansView == 41 42 43 == Py2app extras == 44 If you want to build a Mac application, you will need to install the following packages: 45 {{{ 46 easy_install-2.6 altgraph==0.7.0 47 easy_install-2.6 modulegraph==0.8.1 48 easy_install-2.6 macholib==1.3 49 easy_install-2.6 py2app 50 }}}