fixed wording of "check out cvs tree" and changed 'configure' to './configure'

svn path=/trunk/boinc/; revision=1275
This commit is contained in:
Karl Chen 2003-06-03 16:57:37 +00:00
parent 9a3d15a5be
commit 3eb2bac520
1 changed files with 2 additions and 2 deletions

View File

@ -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.