Changes between Version 55 and Version 56 of MacBuild
- Timestamp:
- Sep 30, 2008, 11:51:36 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v55 v56 1 1 = 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.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 9/30/08''' 3 4 This 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. 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.5. 1, curl-7.18.0, 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.5.3, curl-7.19.0, 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.1 8.0:68 curl-7.19.0: 69 69 70 70 [http://curl.haxx.se] 71 71 72 [http://curl.haxx.se/download/curl-7.1 8.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 74 c-ares-1.5.3 (used by curl): 75 75 76 76 [http://daniel.haxx.se/projects/c-ares/] 77 77 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] 79 79 80 80 jpeg-6b (needed only if you are building the BOINC libboinc_graphics2.a library): … … 84 84 [ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz] 85 85 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.1 8.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.'' 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.5. 1, curl-7.18.0, 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.5.3, curl-7.19.0, 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). … … 105 105 2. Put the following 3 directories inside the BOINC_dev folder (omit any you don't need): 106 106 {{{ 107 c-ares-1.5. 1108 curl-7.1 8.0107 c-ares-1.5.3 108 curl-7.19.0 109 109 jpeg-6b 110 110 wxMac-2.8.7