mirror of https://github.com/BOINC/boinc.git
Update for curl 7.17.0
svn path=/trunk/boinc/; revision=13873
This commit is contained in:
parent
f945351d86
commit
feff75b249
|
@ -104,7 +104,7 @@ After building the libraries as Universal Binaries using the second method, you
|
|||
|
||||
\f1\b0\fs24 \cf0 \
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
|
||||
\cf0 BOINC depends on three third-party libraries: wxMac-2.6.3, curl-7.16.1, and jpeg-6b. (We have reverted to using wxMac-2.6.3 because we have found several bugs in later versions of wxMac.) You can obtain these from the following URLs:\
|
||||
\cf0 BOINC depends on three third-party libraries: wxMac-2.6.3, curl-7.17.0, and jpeg-6b. (We have reverted to using wxMac-2.6.3 because we have found several bugs in later versions of wxMac.) You can obtain these from the following URLs:\
|
||||
\
|
||||
wxMac-2.6.3 (needed only if you are building the BOINC Manager):\
|
||||
{\field{\*\fldinst{HYPERLINK "http://www.wxwidgets.org"}}{\fldrslt
|
||||
|
@ -116,7 +116,7 @@ wxMac-2.6.3 (needed only if you are building the BOINC Manager):\
|
|||
\f2\fs26 \
|
||||
|
||||
\f1\fs24 \
|
||||
curl-7.16.1:\
|
||||
curl-7.17.0:\
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
|
||||
|
||||
\f2\fs26 \cf0 {\field{\*\fldinst{HYPERLINK "http://curl.haxx.se"}}{\fldrslt http://curl.haxx.se}}\
|
||||
|
@ -136,7 +136,7 @@ jpeg-6b (needed only if you are building the BOINC libboinc_graphics_api.a libr
|
|||
|
||||
\f3\i \cf0 XCode 2.4.1 installs autoconf 2.59 and automake 1.63.
|
||||
\f1\i0
|
||||
\f3\i To determine the version number, type "autoconf --version" or "automake --version" . Building curl-7.16.1 require autoconf 2.59 and automake 1.93 or later. \
|
||||
\f3\i To determine the version number, type "autoconf --version" or "automake --version" . Building curl-7.17.0 require autoconf 2.59 and automake 1.93 or later. \
|
||||
\
|
||||
Upgrades for autoconf and automake are available from www.gnu.org: \
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
||||
|
@ -155,7 +155,7 @@ XCode installed these utilities in the /usr/bin/ directory, but the upgrades by
|
|||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
|
||||
\cf0 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. \
|
||||
\
|
||||
These are not done by either the XCode projects which come with wxMac-2.6.3, nor the AutoMake scripts supplied with wxMac-2.6.3, 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.6.3, nor the AutoMake scripts supplied with wxMac-2.6.3, curl-7.17.0, or jpeg-6b. So be sure to use our special scripts to build these packages.\
|
||||
\
|
||||
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.\
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
||||
|
@ -163,7 +163,7 @@ Building BOINC and the library packages on which it depends requires OS 10.4.4 a
|
|||
[1] Create a parent directory within which to work. In this description , we will call it BOINC_dev, but you can name it anything you wish.\
|
||||
\
|
||||
[2] Put the following 3 directories inside the BOINC_dev folder (omit any you don't need):\
|
||||
curl-7.16.1\
|
||||
curl-7.17.0\
|
||||
jpeg-6b\
|
||||
wxMac-2.6.3\
|
||||
\
|
||||
|
|
Loading…
Reference in New Issue