Changes between Version 58 and Version 59 of MacBuild


Ignore:
Timestamp:
Mar 3, 2009, 1:28:58 AM (15 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v58 v59  
    11= Building BOINC Client and Manager on Macintosh OS X =
    2 '''Last updated 12/17/08'''
    3 
    4 This document applies to BOINC version 6.5.0 and later.  It has instructions for building the BOINC Client and Manager for Macintosh OS X. For information on building science project applications to run under BOINC on Macintosh OSX, see BuildMacApp.
     2'''Last updated 3/3/09'''
     3
     4This document applies to BOINC version 6.6.12 and later.  It has instructions for building the BOINC Client and Manager for Macintosh OS X. For information on building science project applications to run under BOINC on Macintosh OSX, see BuildMacApp.
    55
    66Note: the information in this document changes from time to time for different versions of BOINC. For any version of BOINC source files, the corresponding version of this document can be found in the source tree at:
     
    5656== Building BOINC Manager with embedded Core Client ==
    5757
    58 BOINC depends on four third-party libraries: wxMac-2.8.7, c-ares-1.6.0, curl-7.19.2, and jpeg-6b. You can obtain these from the following URLs:
     58BOINC depends on four third-party libraries: wxMac-2.8.7, c-ares-1.6.0, curl-7.19.4, and jpeg-6b. You can obtain these from the following URLs:
    5959
    6060wxMac-2.8.7 (needed only if you are building the BOINC Manager):
     
    6666[http://downloads.sourceforge.net/wxwindows/wxMac-2.8.7.tar.bz2]
    6767
    68 curl-7.19.2:
     68curl-7.19.4:
    6969
    7070[http://curl.haxx.se]
    7171
    72 [http://curl.haxx.se/download/curl-7.19.2.tar.gz]
     72[http://curl.haxx.se/download/curl-7.19.4.tar.gz]
    7373
    7474c-ares-1.6.0 (used by curl):
     
    8484[ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz]
    8585
    86 ''XCode 3.0 installs autoconf 2.61 and automake 1.10.  To determine the version number, type `autoconf --version` or `automake --version`. Building curl-7.19.2 requires autoconf 2.59 and automake 1.9.3 or later.''
     86''XCode 3.0 installs autoconf 2.61 and automake 1.10.  To determine the version number, type `autoconf --version` or `automake --version`. Building curl-7.19.4 requires autoconf 2.59 and automake 1.9.3 or later.''
    8787
    8888Upgrades for autoconf and automake are available from www.gnu.org:
     
    9898 * All 64-bit BOINC software for Intel Macs must be built using GCC 4.0 and MacOS10.5 SDK.
    9999
    100 These are not done by either the XCode projects which come with wxMac-2.8.7, nor the !AutoMake scripts supplied with wxMac-2.8.7, c-ares-1.6.0, curl-7.19.2, or jpeg-6b. So be sure to use our special scripts to build these packages.
     100These are not done by either the XCode projects which come with wxMac-2.8.7, nor the !AutoMake scripts supplied with wxMac-2.8.7, c-ares-1.6.0, curl-7.19.4, or jpeg-6b. So be sure to use our special scripts to build these packages.
    101101
    102102Building BOINC and the library packages on which it depends requires OS 10.5 and XCode 3.0 (or greater).
     
    106106{{{
    107107c-ares-1.6.0
    108 curl-7.19.2
     108curl-7.19.4
    109109jpeg-6b
    110110wxMac-2.8.7