Changes between Version 24 and Version 25 of BuildMacApp
- Timestamp:
- Apr 8, 2008, 6:09:25 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildMacApp
v24 v25 1 1 = Building BOINC Project Applications for Macintosh OS X = 2 '''Last updated 4/ 3/08'''2 '''Last updated 4/8/08''' 3 3 4 4 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]. … … 165 165 export PATH=/usr/local/bin:$PATH 166 166 }}} 167 XCode 2.4.1 installs autoconf 2.59 and automake 1.6.3. If you installed a later version of either or both, they will be in the '/usr/local/bin/' directory. This line ensures that the system will look there first.167 XCode 2.4.1 installs autoconf 2.59 and automake 1.6.3. XCode 3.0 installs autoconf 2.61 and automake 1.10. To determine the version number, type autoconf --version or automake --version. If you installed a later version of either or both, they will be in the '/usr/local/bin/' directory. This line ensures that the system will look there first. 168 168 169 169 {{{