mirror of https://github.com/BOINC/boinc.git
34 lines
862 B
HTML
34 lines
862 B
HTML
<title>Running the client</title>
|
|
<body bgcolor=ffffff>
|
|
<h2>Running the client</h2>
|
|
<p>
|
|
<hr>
|
|
<h3>The Windows GUI client</h3>
|
|
<p>
|
|
TO BE WRITTEN
|
|
<h4>Language files</h4>
|
|
The text strings (menu names, etc.) in the Windows GUI client are stored in
|
|
a file called <i>language.ini</i>.
|
|
The release uses American English.
|
|
Other languages are available
|
|
<a href=http://216.198.119.31/BOINC/language_ini/language.htm>here</a>
|
|
(thanks to Robi Buechler and other volunteers for this).
|
|
|
|
<hr>
|
|
<h3>The command-line client</h3>
|
|
<p>
|
|
Command-line options:
|
|
<dl>
|
|
<dt> -add_new_project
|
|
<dd> Enroll in a new project.
|
|
You will be asked for the project URL and an account ID.
|
|
<dt> -help
|
|
<dd> Show client options.
|
|
<dt> -version
|
|
<dd> Show client version.
|
|
</dl>
|
|
<p>
|
|
To remove a project: quit the client.
|
|
Then delete the file "account_PROJECT-URL.xml"
|
|
where PROJECT-URL is the project's URL.
|