Changes between Version 55 and Version 56 of MacBuild


Ignore:
Timestamp:
Sep 30, 2008, 11:51:36 PM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v55 v56  
    11= Building BOINC Client and Manager on Macintosh OS X =
    2 '''Last updated 5/8/08'''
    3 
    4 This document applies to BOINC version 6.1.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 9/30/08'''
     3
     4This document applies to BOINC version 6.3.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.5.1, curl-7.18.0, 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.5.3, curl-7.19.0, 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.18.0:
     68curl-7.19.0:
    6969
    7070[http://curl.haxx.se]
    7171
    72 [http://curl.haxx.se/download/curl-7.18.0.tar.gz]
    73 
    74 c-ares-1.5.1 (used by curl):
     72[http://curl.haxx.se/download/curl-7.19.0.tar.gz]
     73
     74c-ares-1.5.3 (used by curl):
    7575
    7676[http://daniel.haxx.se/projects/c-ares/]
    7777
    78 [http://daniel.haxx.se/projects/c-ares/c-ares-1.5.1.tar.gz]
     78[http://daniel.haxx.se/projects/c-ares/c-ares-1.5.3.tar.gz]
    7979
    8080jpeg-6b (needed only if you are building the BOINC libboinc_graphics2.a library):
     
    8484[ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz]
    8585
    86 ''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`. Building curl-7.18.0 requires autoconf 2.59 and automake 1.9.3 or later.''
     86''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`. Building curl-7.19.0 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.5.1, curl-7.18.0, 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.5.3, curl-7.19.0, 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).
     
    105105   2. Put the following 3 directories inside the BOINC_dev folder (omit any you don't need):
    106106{{{
    107 c-ares-1.5.1
    108 curl-7.18.0
     107c-ares-1.5.3
     108curl-7.19.0
    109109jpeg-6b
    110110wxMac-2.8.7