Changes between Version 19 and Version 20 of MacBuild
- Timestamp:
- May 11, 2014 6:40:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v19 v20 2 2 3 3 - Install python 2.6 from [http://www.python.org/download/releases/][[BR]] 4 ''Building the !Sa nsView 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.''4 ''Building the !SasView 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.'' 5 5 6 6 - 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]] … … 41 41 42 42 43 == Compile !Sa nsView ==44 - Build and install !SansView using the [http ://sansviewproject.svn.sourceforge.net/viewvc/sansviewproject/trunk/setup.py?view=log setup.py] script at the top of the trunk branch.43 == Compile !SasView == 44 - Build and install !SansView using the [https://svn.code.sf.net/p/sasview/code/trunk/setup.py?view=log setup.py] script at the top of the trunk branch. 45 45 {{{ 46 46 python2.6 setup.py install --user