mirror of https://github.com/BOINC/boinc.git
426 lines
21 KiB
Plaintext
426 lines
21 KiB
Plaintext
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf100
|
|
{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;\f2\fswiss\fcharset77 Helvetica-Oblique;
|
|
\f3\fmodern\fcharset77 Courier;\f4\fmodern\fcharset77 Courier-Oblique;\f5\fnil\fcharset77 LucidaGrande;
|
|
}
|
|
{\colortbl;\red255\green255\blue255;\red0\green0\blue255;\red255\green0\blue0;}
|
|
\margl1440\margr1440\vieww9000\viewh9000\viewkind0
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
|
|
\f0\b\fs28 \cf0 Building BOINC Manager with embedded Core Client plus libraries libboinc.a and libboinc_graphics_api.a\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1\b0\fs24 \cf0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
\cf0 Written by Charlie Fenton\
|
|
Last updated 5/20/05\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 \
|
|
NOTE: Substitute the appropriate path for [wxpath] and [boincpath] throughout this document. Typically, [boincpath] will end in "/boinc" or /boinc_public", and [wxpath] will end in "/wxMac-2.6.0".\
|
|
\
|
|
These directions are for building under OS X version 10.4 (Tiger) using XCode Developer Tools version 2.0, or OS X version 10.3 (Panther) using XCode 1.5. \
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f2\i \cf0 XCode 1.5 installs autoconf version 2.57 and automake 1.63. XCode 2.0 installs autoconf 2.59 and automake 1.63.
|
|
\f1\i0
|
|
\f2\i To determine the version number, type "autoconf --version" or "automake --version" . Building BOINC requires autoconf 2.59 and automake 1.93 or later.\
|
|
\
|
|
Upgrades for autoconf and automake are available from www.gnu.org. XCode installed these utilities in the /usr/bin/ directory, but the upgrades by default will install in /usr/local/bin/. If you install there, you must also set your PATH environment variable to include that location before proceeding with any of the steps below; type the following at the start of your terminal session:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3\i0 \cf0 export PATH=/usr/local/bin:$PATH
|
|
\f4\i \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1\i0 \cf0 \
|
|
If you are building under OS 10.4, you must first install XCode's optional Cross-Development SDK for system 10.3.9 from the XCode Tools CD. This guarantees that all builds are backward compatible to OS 10.3.9. This is not necessary for building under OS 10.3.\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
|
|
\f0\b \cf0 ONE_TIME SETUP for BOINC Manager and embedded Core Client
|
|
\f1\b0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 \
|
|
(1) First download wxMac-2.6.0 from www.wxwidgets.org and build it:\
|
|
You will need to set the environment variables CPPFLAGS and LDFLAGS as described below. These commands are for the bash shell; use the equivalent commands if you are running a different UNIX shell. Some of these environment variables allow the application to be built using the OS 10.3.9 compatibility SDK.\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf2 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 First set the CPPFlags environment variable. If you are building under OS 10.4:\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 \
|
|
export CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.3.9.sdk -DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -I../jpeglib"\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
If you are building under OS 10.3:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 export CPPFLAGS="-DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -I../jpeglib"\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
Then continue building wxMac-2.6.0:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 cd [wxpath]\
|
|
\
|
|
autoconf\
|
|
\
|
|
mkdir osx-build\
|
|
\
|
|
cd osx-build\
|
|
\
|
|
../configure --disable-shared --with-opengl --disable-webkit\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
|
|
|
|
\f1 \cf0 If you are building under OS 10.4, set the LDFlags environment variable
|
|
\f0\b after
|
|
\f1\b0 the configure but
|
|
\f0\b before
|
|
\f1\b0 the make:
|
|
\f3 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.3.9.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk"
|
|
\f1 \
|
|
|
|
\f3 \
|
|
make\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
(2) Open a new terminal window to reset your session environment variables and set the working directory:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 cd [boincpath] \
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 (3) Create a symbolic link [boincpath]/wx_lib pointing to \
|
|
[wxpath]/osx-build/lib/\
|
|
\
|
|
(4) Create a symbolic link [boincpath]/wxinclude pointing to \
|
|
[wxpath]/include\
|
|
\
|
|
(5) Create a symbolic link [boincpath]/jpeglib pointing to \
|
|
your jpeg-6b directory (or whatever directory contains the jpeglib source files). \
|
|
\
|
|
For example, if the boinc, wxMac-2.6.0 directory is at [wxpath] and the jpeg-6b directory is at [jpegpath] then the commands would be:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 ln -s [wxpath]/osx-build/lib wx_lib\
|
|
\
|
|
ln -s [wxpath]/include wxinclude\
|
|
\
|
|
ln -s [jpegpath] jpeglib\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
(6) Run Configure to create the correct config.h file for BOINC:\
|
|
\
|
|
Add the path to wx-config to the standard search path.
|
|
\f0\b Either:
|
|
\f1\b0 \
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 export PATH=[wxpath]/osx-build:$PATH\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f0\b \cf0 or
|
|
\f1\b0 (if your autoconf and automake are in /usr/local/bin/):\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 export PATH=/usr/local/bin:[wxpath]/osx-build:$PATH
|
|
\f2\i \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1\i0 \cf0 \
|
|
Set the CPPFlags environment variable. If you are building under OS 10.4:\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 \
|
|
export CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.3.9.sdk -DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -I../jpeglib -I../wxinclude -L../wx_lib"\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
If you are building under OS 10.3:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 export CPPFLAGS="-DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -I../jpeglib -I../wxinclude -L../wx_lib"\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
Then continue configuring BOINC:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 ./_autosetup\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 ./configure --disable-server --with-apple-opengl-framework --build=powerpc-apple-darwin\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
(7) Since we have an XCode project, you don't normally need to build BOINC from the command line. But if you wish to do so:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
|
|
\cf0 Set the LDFlags environment variable
|
|
\f0\b after
|
|
\f1\b0 the configure but
|
|
\f0\b before
|
|
\f1\b0 the make. If you are building under OS 10.4:\
|
|
|
|
\f3 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.3.9.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk -L../wx_lib -F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks"\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
If you are building under OS 10.3:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 export LDFLAGS="-L../wx_lib"\
|
|
\
|
|
make\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
|
|
\f0\b \cf0 Building the BOINC Manager with embedded Core Client, plus \
|
|
BOINC libraries, screensaver and helper applications
|
|
\f1\b0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 \
|
|
(1) Double-click on [boincpath]/mac_build/boinc.pbproj to launch the XCode development IDE with the BOINC project.\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
|
|
\cf0 (2) Select the appropriate cross-development sdk as follows:\
|
|
- select the boinc project icon at the top of the Groups & Files column\
|
|
- press command-i to open the Project "boinc" info window.\
|
|
- In the "General" tab, set the popup menu "Cross-Develop Using Target SDK." For OS 10.4, select "MacOSX10.3.9.sdk"; for OS 10.3 select "current Mac OS".\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 \
|
|
(3) In the Active Target popup, select mgr_boinc or Build_All. Build_All also builds the three libraries libboinc_api.a, libboinc_graphics_api.a and libboinc.a, which are used to build science applications such as SETI@home. These libraries are not needed by the BOINC Manager or Core Client. In addition, Build_All builds the screensaver BOINCSaver.saver and the installer helper application Postinstall.app.\
|
|
\
|
|
(4) In the Active Build Style popup, choose Development (for debugging) or Deployment (for release builds.)\
|
|
\
|
|
(5) If you have switched Build Style, be sure to do a "Clean All Targets" from the Build menu; otherwise object files from the old build style will not be rebuilt in the new build style.\
|
|
\
|
|
(6) If you are building the screensaver, be sure to unstuff the file: \
|
|
[boincpath]/clientgui/mac/BOINCSaver.nib.sit\
|
|
\
|
|
(7) Select Build from the Build menu. I suggest you also open the Detailed Build Results window from the Build menu. Wait a long time while it compiles.\
|
|
\
|
|
(8) In addition to the BOINC Manager BOINC.app and Core Client boinc, the mgr_boinc target will also build the SystemMenu.bundle framework and a small helper utility SetVersion. \
|
|
\
|
|
(9) SetVersion is run automatically as part of the build process to update the following Mac version information files using the contents of version.h:\
|
|
InfoPlist.strings, \
|
|
\CocoaLigature0 Info.plist (under the resources group)\
|
|
\CocoaLigature1 \CocoaLigature0 SystemMenu-Info.plist\
|
|
\CocoaLigature1 \CocoaLigature0 ScreenSaver-Info.plist\
|
|
\CocoaLigature1 \CocoaLigature0 Installer-Info.plist\CocoaLigature1 \
|
|
\
|
|
(10) The boinc-client, SystemMenu.bundle and InfoPlist.strings will all be embedded automatically inside the BOINC.app application bundle as part of the build process.\
|
|
\
|
|
(11) If you wish to run the Core Client under the debugger, you will need to set up the command-line arguments. In the Groups & Files column of the XCode project window, select "BOINC_Client" under Executables. Then click on the round blue "info" button at the top of the project window to open the info window. In the info window's Arguments tab, add the following line to the Argument list:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 -dir /Library/Application\\ Support/BOINC\\ Data/\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 Normally, stdio and stderr output will be sent to XCode's console. If you want stdio and stderr to be redirected to files as BOINC normally does, add a second line to the Argument list:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 -redirectio
|
|
\f1 \
|
|
\
|
|
These arguments will be used only when running the BOINC Core Client from XCode using XCode's Run or Debug commands.\
|
|
\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
|
|
\f0\b \cf0 Building the installer
|
|
\f1\b0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 \
|
|
After creating the
|
|
\f0\b deployment
|
|
\f1\b0 build of all targets using Build_All, use the Finder to do the following:\
|
|
(1) In a convenient place on disk, create a directory "Installer_Resources". Copy the following items into this directory:\
|
|
[boincpath]/mac_installer/License.rtf\
|
|
[boincpath]/mac_installer/ReadMe.rtf\
|
|
[boincpath]/mac_installer/postinstall\
|
|
[boincpath]/mac_installer/postupgrade\
|
|
[boincpath]/mac_build/build/Postinstall.app\
|
|
\
|
|
NOTE: the file extensions (such as .app and .saver) may be hidden by the Finder. You can check an item's extension by selecting it in the Finder and using Get Info function from the Finder's File menu.\
|
|
\
|
|
(2) Create another directory "Pkg_Root", and inside that create two more directories "Applications" and"Library". Create:\
|
|
- a "Screen Savers" directory inside your new Library directory,\
|
|
- an "Application Support" directory inside your new Library directory,\
|
|
- a "BOINC Data" directory inside your new Application Support directory,\
|
|
- a "locale" directory inside your new BOINC Data directory \
|
|
Correct spelling of these names is critical.\
|
|
\
|
|
(3) Copy [boincpath]/mac_build/build/BOINCManager.app into your \
|
|
"Pkg_Root/Applications" directory.\
|
|
\
|
|
(4) Copy [boincpath]/mac_build/build/BOINCSaver.saver into your \
|
|
"Pkg_Root/Library/Screen Savers" directory. \
|
|
\
|
|
(5) Copy the
|
|
\f0\b contents
|
|
\f1\b0
|
|
\f0\b of
|
|
\f1\b0 boincpath]/locale/client/ into your \
|
|
"Pkg_Root/Library/Application Support/BOINC Data/locale" directory. (You may optionally exclude the CVS subdirectories to save space.)\
|
|
\
|
|
You will now have the following directory structure:\
|
|
Pkg_Root\
|
|
Applications\
|
|
BOINCManager.app\
|
|
Library\
|
|
Application Support\
|
|
BOINC Data\
|
|
locale\
|
|
de\
|
|
en_US\
|
|
it\
|
|
etc.....\
|
|
Screen Savers\
|
|
BOINCSaver.saver\
|
|
\
|
|
(6) From the Finder, open [boincpath]/mac_installer/BOINC.pmproj (if running OS 10.3, use BOINC.pmsp). it will open in the PackageMaker application. In the Files tab, set the path to your Pkg_Root directory. in the Resources tab, set the path to your Installer_Resources directory. Update the version number in multiple places in the Description and Version tabs.\
|
|
\
|
|
(7) Select "Create Package" from PackageMaker's File menu. You can give any name you wish to the installer package when you create it, but do
|
|
\f0\b not
|
|
\f1\b0 change the package name
|
|
\f0\b after
|
|
\f1\b0 it is created.\
|
|
\
|
|
(8) Quit PackageMaker.\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
|
|
\f0\b \cf0 Package BOINC installer for distribution\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1\b0 \cf0 \
|
|
(1) Create a directory and name it appropriately, e.g. "boinc_4.37_macOSX". Copy the installer package and the ReadMe file into the directory.\
|
|
\
|
|
(2)After selecting the directory you just created and populated, select \ul Create archive\ulnone from the Finder's File menu. This will zip the file. (Note: if you want to stuff the file instead of zipping it, be sure to uncheck "stuff originals instead of aliases" in DropStuff's preferences.)\
|
|
\
|
|
(3) Rename the zip file as appropriate to show the version number; for example, boinc_4.37_macOSX
|
|
\f5 .zip
|
|
\f1 \
|
|
\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
|
|
\f0\b\fs28 \cf0 BOINC SETI client application
|
|
\f1\b0\fs24 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
|
|
\f0\b \cf0 ONE_TIME SETUP for BOINC SETI client application\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1\b0 \cf0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f2\i \cf3 This section needs more work!
|
|
\f1\i0 \cf0 \
|
|
\
|
|
(1) Open a new terminal window to reset your session environment variables and set the working directory:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 cd [setipath] \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
(2) You will need to set some environment variables as described below. These commands are for the bash shell; use the equivalent commands if you are running a different UNIX shell. Some of these environment variables allow the application to be built using the OS 10.3.9 compatibility SDK.\
|
|
\
|
|
First set the CPPFlags environment variable. If you are building under OS 10.4:
|
|
\f3 \
|
|
export CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.3.9.sdk -DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -L[setipath]/jpeglib -ljpeg"
|
|
\f1 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 If you are building under OS 10.3:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 export CPPFLAGS="-DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -L[setipath]/jpeglib -ljpeg"\
|
|
\
|
|
export PROJECTDIR=[setipath]\
|
|
\
|
|
export BOINCDIR=[boincpath]\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
If your autoconf and automake are in /usr/local/bin/:\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 export PATH=/usr/local/bin:$PATH\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
(2) Run Configure to create the correct config.h file:\
|
|
\
|
|
./_autosetup\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 ./configure --disable-server --with-apple-opengl-framework --disable-dynamic-graphics\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
(3) Copy the correct libjpebg.a into [path]/seti_boinc/jpeglib/ ?????\
|
|
\
|
|
(4) Create a symbolic link [setipath]/boinc pointing to the boinc directory\
|
|
\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f3 \cf0 cd [setipath] \
|
|
ln -s [boincpath] ./boinc\
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
|
|
\f1 \cf0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
|
|
|
|
\f0\b \cf0 Building the BOINC SETI client application
|
|
\f1\b0 \
|
|
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
|
|
\cf0 \
|
|
The XCODE project for building the BOINC SETI@home client application is \
|
|
[setipath]/mac_build/seti_boinc.xcode.\
|
|
\
|
|
\
|
|
} |