mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8877
This commit is contained in:
parent
8617333150
commit
475ff9e440
|
@ -75,7 +75,10 @@ If you wish to run the embedded core client without launching the Manager, a typ
|
|||
/Applications/BOINCManager.app/Contents/resources/boinc -redirectio -dir /Library/Application\\ Support/BOINC\\ Data/
|
||||
</pre>
|
||||
Normally, quitting the BOINC Manager also quits the embedded core client. But if you launch the core client (as in the above example)
|
||||
before launching the BOINC Manager, then it will continue to run even after the user quits the Manager.
|
||||
before launching the BOINC Manager, then it will continue to run even after the user quits the Manager.
|
||||
<p>
|
||||
On Mac OS X, the BOINC screen saver will also launch the Manager's embedded core client, and will kill it when the screen saver is dismissed,
|
||||
but only if the core client was not already running.
|
||||
<p>
|
||||
If you must mix the stand-alone core client and the BOINC Manager on the same Mac OS X system, be careful of the following:
|
||||
<ul>
|
||||
|
|
|
@ -9,12 +9,12 @@ expand the zip archive by double-clicking on it in the Finder.
|
|||
<li> Close the installer when it is finished. This will automatically launch the BOINC Manager.
|
||||
<li> The installer does the following:
|
||||
<ul>
|
||||
<li> places BOINCManager.app in your /Applications folder, with the BOINC client embedded inside the BOINCManager application's bundle.
|
||||
<li> puts BOINCSaver.saver in your /Library/Screen Savers folder.
|
||||
<li> sets BOINCManager as one of the items to automatically start whenever the user is logged in. You can add or remove Startup Items by using the Accounts Pane in the System Preferences (accessible from the Apple menu).
|
||||
<li> creates a \"BOINC Data\" folder inside your
|
||||
\"/Library/Applications Support\" 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 \"BOINC Data/locale\" folder. These files allow BOINC to support over two dozen languages.
|
||||
<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.
|
||||
</ul>
|
||||
</ul>
|
||||
";
|
||||
|
|
|
@ -8,13 +8,13 @@ which you can select as your screensaver.
|
|||
On Windows:
|
||||
<ul>
|
||||
<li>Right-click on the desktop.
|
||||
<li>Click Properties, select Screen Saver, select BOINC.
|
||||
<li>Click <b>Properties</b>, select <b>Screen Saver</b>, select <b>BOINC</b>.
|
||||
</ul>
|
||||
On Mac OS X:
|
||||
<ul>
|
||||
<li>Under the Apple menu, select \"System Preferences\".
|
||||
<li>Click on \"Desktop & Screen Saver\".
|
||||
<li>Select BOINCSaver from the list of Screen Savers.
|
||||
<li>Under the Apple menu, select <b>System Preferences</b>.
|
||||
<li>Click on <b>Desktop & Screen Saver</b>.
|
||||
<li>Select <b>BOINCSaver</b> from the list of Screen Savers.
|
||||
</ul>
|
||||
<p>
|
||||
NOTE: BOINC runs even if you don't use the screensaver.
|
||||
|
|
Loading…
Reference in New Issue