Changes between Version 37 and Version 38 of BuildMacApp
- Timestamp:
- Mar 26, 2009, 9:50:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildMacApp
v37 v38 2 2 3 3 = Building BOINC Project Applications for Macintosh OS X = 4 '''Last updated 4/30/08'''4 '''Last updated 5/26/09''' 5 5 6 6 This document applies to BOINC libraries 6.1.12 and later. It has instructions for building science project applications to run under BOINC on Macintosh OSX. Information for building the BOINC Client and Manager for Macintosh OSX can be found [MacBuild here]. … … 149 149 150 150 {{{ 151 cd {path}/BOINC_dev/boinc/samples/example_app/ Mac/151 cd {path}/BOINC_dev/boinc/samples/example_app/ 152 152 sh MakeMacExample.sh -clean 153 153 }}}