Changes between Version 58 and Version 59 of MacBuild
- Timestamp:
- Mar 3, 2009, 1:28:58 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v58 v59 1 1 = 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.0and 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 4 This 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. 5 5 6 6 Note: 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: … … 56 56 == Building BOINC Manager with embedded Core Client == 57 57 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:58 BOINC 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: 59 59 60 60 wxMac-2.8.7 (needed only if you are building the BOINC Manager): … … 66 66 [http://downloads.sourceforge.net/wxwindows/wxMac-2.8.7.tar.bz2] 67 67 68 curl-7.19. 2:68 curl-7.19.4: 69 69 70 70 [http://curl.haxx.se] 71 71 72 [http://curl.haxx.se/download/curl-7.19. 2.tar.gz]72 [http://curl.haxx.se/download/curl-7.19.4.tar.gz] 73 73 74 74 c-ares-1.6.0 (used by curl): … … 84 84 [ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz] 85 85 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. 2requires 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.'' 87 87 88 88 Upgrades for autoconf and automake are available from www.gnu.org: … … 98 98 * All 64-bit BOINC software for Intel Macs must be built using GCC 4.0 and MacOS10.5 SDK. 99 99 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.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.4, or jpeg-6b. So be sure to use our special scripts to build these packages. 101 101 102 102 Building BOINC and the library packages on which it depends requires OS 10.5 and XCode 3.0 (or greater). … … 106 106 {{{ 107 107 c-ares-1.6.0 108 curl-7.19. 2108 curl-7.19.4 109 109 jpeg-6b 110 110 wxMac-2.8.7