mirror of https://github.com/BOINC/boinc.git
fixed wording of "check out cvs tree" and changed 'configure' to './configure'
svn path=/trunk/boinc/; revision=1275
This commit is contained in:
parent
9a3d15a5be
commit
3eb2bac520
|
@ -6,7 +6,7 @@ BOINC is distributed via CVS, tarballs compressed with gzip, and Windows
|
||||||
zip files.
|
zip files.
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
If installing from CVS, download the entire CVS tree.
|
If installing from CVS, check out the entire CVS tree.
|
||||||
<li>
|
<li>
|
||||||
If installing on Windows, unzip boinc.zip or boinc.tar.gz,
|
If installing on Windows, unzip boinc.zip or boinc.tar.gz,
|
||||||
and unzip win_build.zip inside the BOINC directory.
|
and unzip win_build.zip inside the BOINC directory.
|
||||||
|
@ -56,7 +56,7 @@ and file upload handler as Fast CGI programs.
|
||||||
On UNIX systems, the BOINC software (both server and client)
|
On UNIX systems, the BOINC software (both server and client)
|
||||||
can be built by typing
|
can be built by typing
|
||||||
<pre>
|
<pre>
|
||||||
configure
|
./configure
|
||||||
make
|
make
|
||||||
</pre>
|
</pre>
|
||||||
in the top directory.
|
in the top directory.
|
||||||
|
|
Loading…
Reference in New Issue