Changes between Version 24 and Version 25 of BuildMacApp


Ignore:
Timestamp:
Apr 8, 2008, 6:09:25 PM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildMacApp

    v24 v25  
    11= Building BOINC Project Applications for Macintosh OS X =
    2 '''Last updated 4/3/08'''
     2'''Last updated 4/8/08'''
    33
    44This 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].
     
    165165export PATH=/usr/local/bin:$PATH
    166166}}}
    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.
     167XCode 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.
    168168
    169169{{{