Changes between Version 6 and Version 7 of MacBuild
- Timestamp:
- Jul 21, 2007, 12:29:37 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v6 v7 1 1 = Building BOINC Clients and Applications on Macintosh OS X = 2 === Last updated 5/2/07 ===2 === Last updated 7/21/07 === 3 3 4 4 This document applies to BOINC version 5.9.6 and later. It has instructions for building BOINC for Macintosh OS X, plus information for building science project applications to run under BOINC on Macintosh OS X. … … 56 56 == Building BOINC Manager with embedded Core Client plus libraries libboinc.a and libboinc_graphics_api.a == 57 57 58 BOINC depends on three third-party libraries: wxMac-2.8.0, curl-7.16. 1, and jpeg-6b. (We have reverted to using wxMac-2.8.0 because we have found several bugs in later versions of wxMac.) You can obtain these from the following URLs:58 BOINC depends on three third-party libraries: wxMac-2.8.0, curl-7.16.4, and jpeg-6b. (We have reverted to using wxMac-2.8.0 because we have found several bugs in later versions of wxMac.) You can obtain these from the following URLs: 59 59 60 60 wxMac-2.8.0 (needed only if you are building the BOINC Manager): … … 66 66 [http://downloads.sourceforge.net/wxwindows/wxMac-2.8.0.tar.bz2] 67 67 68 curl-7.16. 1:68 curl-7.16.4: 69 69 70 70 [http://curl.haxx.se] 71 71 72 [http://curl.haxx.se/download/curl-7.16. 1.tar.gz]72 [http://curl.haxx.se/download/curl-7.16.4.tar.gz] 73 73 74 74 jpeg-6b (needed only if you are building the BOINC libboinc_graphics_api.a library): … … 78 78 [ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz] 79 79 80 ''XCode 2.4.1 installs autoconf 2.59 and automake 1.63. To determine the version number, type 'autoconf --version' or 'automake --version'. Building curl-7.16. 1require autoconf 2.59 and automake 1.93 or later.''80 ''XCode 2.4.1 installs autoconf 2.59 and automake 1.63. To determine the version number, type 'autoconf --version' or 'automake --version'. Building curl-7.16.4 require autoconf 2.59 and automake 1.93 or later.'' 81 81 82 82 Upgrades for autoconf and automake are available from www.gnu.org: … … 90 90 As stated above, all BOINC software for Power PC Macs must be built using GCC 3.3 and MacOS10.3.9 SDK to assure backward compatibility with OS 10.3. All BOINC software for Intel Macs must be built using GCC 4.0 and MacOS10.4.u SDK to allow cross-compiling. 91 91 92 These are not done by either the XCode projects which come with wxMac-2.8.0, nor the !AutoMake scripts supplied with wxMac-2.8.0, curl-7.16. 1, or jpeg-6b. So be sure to use our special scripts to build these packages.92 These are not done by either the XCode projects which come with wxMac-2.8.0, nor the !AutoMake scripts supplied with wxMac-2.8.0, curl-7.16.4, or jpeg-6b. So be sure to use our special scripts to build these packages. 93 93 94 94 Building BOINC and the library packages on which it depends requires OS 10.4.4 and XCode 2.4.1 (or greater). It may be possible to use XCode 2.3 and/or versions of OS X earlier than 10.4.4, but this has not been tested by the authors. … … 98 98 99 99 {{{ 100 curl-7.16. 1100 curl-7.16.4 101 101 jpeg-6b 102 102 wxMac-2.8.0