diff --git a/checkin_notes b/checkin_notes index b93649708e..e8bc248a40 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2452,3 +2452,18 @@ Matt 14 Mar 2007 top_users.php top_hosts.php top_teams.php + +Charlie 14 Mar 2007 + - Mac: Update build scripts, XCode project and build instructions + for wxMac-2.8.2. + - Mac: Delete unused target AppStats from XCode project. + + mac_build/ + buildWxMac.sh + HowToBuildBOINC_XCode.rtf + setupForBOINC.sh + boinc.xcodeproj/ + project.pbxproj + doc/ + mac_build.php + diff --git a/doc/mac_build.php b/doc/mac_build.php index 58be5d411c..ef2e57c710 100644 --- a/doc/mac_build.php +++ b/doc/mac_build.php @@ -104,15 +104,15 @@ After building the libraries as Universal Binaries using the second method, you

Building BOINC Manager with embedded Core Client plus libraries libboinc.a and libboinc_graphics_api.a

-BOINC depends on three third-party libraries: wxMac-2.8.0, curl-7.16.1, and jpeg-6b. You can obtain these from the following URLs: +BOINC depends on three third-party libraries: wxMac-2.8.2, curl-7.16.1, and jpeg-6b. You can obtain these from the following URLs:

-wxMac-2.8.0 (needed only if you are building the BOINC Manager): +wxMac-2.8.2 (needed only if you are building the BOINC Manager): "; show_link("http://www.wxwidgets.org"); -show_link("http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.0.tar.gz"); +show_link("http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.2.tar.gz"); echo "

curl-7.16.1: @@ -129,7 +129,7 @@ show_link("ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz"); echo "

-XCode 2.2 installs autoconf 2.59 and automake 1.63. To determine the version number, type 'autoconf --version' or 'automake --version' . Building wxMac-2.8.0 and curl-7.16.1 require autoconf 2.59 and automake 1.93 or later. +XCode 2.2 installs autoconf 2.59 and automake 1.63. To determine the version number, type 'autoconf --version' or 'automake --version' . Building wxMac-2.8.2 and curl-7.16.1 require autoconf 2.59 and automake 1.93 or later.

Upgrades for autoconf and automake are available from www.gnu.org: @@ -147,7 +147,7 @@ As stated above, all BOINC software for Power PC Macs must be built using GCC 3.

-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. +These are not done by either the XCode projects which come with wxMac-2.8.2, nor the AutoMake scripts supplied with wxMac-2.8.2, curl-7.16.1, or jpeg-6b. So be sure to use our special scripts to build these packages.

@@ -163,7 +163,7 @@ Building BOINC and the library packages on which it depends requires OS 10.4.4 a

 curl-7.16.1
 jpeg-6b
-wxMac-2.8.0
+wxMac-2.8.2
 
@@ -266,7 +266,7 @@ Note: You may find three XCode projects in the BOINC_dev/boinc/mac_build/ direct