2005-03-05 23:12:31 +00:00
|
|
|
<?php
|
|
|
|
require_once("docutil.php");
|
2005-07-27 11:59:38 +00:00
|
|
|
page_head("Standard Mac GUI installation");
|
2005-03-05 23:12:31 +00:00
|
|
|
echo "
|
|
|
|
<ul>
|
2005-09-04 17:52:39 +00:00
|
|
|
<li> If your browser has not already done so,
|
|
|
|
expand the zip archive by double-clicking on it in the Finder.
|
2005-11-19 09:31:01 +00:00
|
|
|
<li> Double-click on BOINC.pkg to run the installer, then follow the prompts.
|
2005-07-05 00:06:47 +00:00
|
|
|
<li> Close the installer when it is finished. This will automatically launch the BOINC Manager.
|
2005-11-19 09:31:01 +00:00
|
|
|
<li> The installer does the following:
|
|
|
|
<ul>
|
2005-11-19 09:54:40 +00:00
|
|
|
<li> places BOINCManager.app in your <b>/Applications</b> folder, with the BOINC client embedded inside the BOINCManager application's bundle.
|
|
|
|
<li> puts BOINCSaver.saver in your <b>/Library/Screen Savers</b> folder.
|
|
|
|
<li> sets BOINCManager as one of the items to automatically start whenever the user is logged in. You can add or remove <b>Login Items</b> by using the <b>Accounts</b> pane in the <b>System Preferences</b> (accessible from the Apple menu).
|
|
|
|
<li> creates a <b>BOINC Data</b> folder inside your
|
|
|
|
<b>/Library/Applications Support</b> folder if one does not already exist. If you have previously been running BOINC in a different folder, copy your data into this folder.
|
|
|
|
<li> puts BOINC's localization files in the <b>/Library/Applications Support/BOINC Data/locale</b> folder. These files allow BOINC to support over two dozen languages.
|
2005-11-19 09:31:01 +00:00
|
|
|
</ul>
|
2005-03-05 23:12:31 +00:00
|
|
|
</ul>
|
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|