Changes between Version 68 and Version 69 of ServerIntro


Ignore:
Timestamp:
Nov 16, 2012, 3:02:09 PM (11 years ago)
Author:
Ageless
Comment:

Removed getting SC for stable branch. In the previous version it didn't work anymore anyway.

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v68 v69  
    378378$ git sync
    379379}}}
    380 A stable '''client''' version can be obtained with the following commands:
    381 
    382 {{{
    383 $ cd ~
    384 $ git clone http://boinc.berkeley.edu/git/tags/boinc_core_release_5_9_5/boinc boinc_595
    385 }}}
     380
     381A stable '''client''' version can be obtained from [//download_all.php BOINC website].
    386382Hint: Normally you won't need a self-compiled client,
    387 you can always get the latest one from [//download_all.php BOINC website].
    388 
    389 NOTE: Tags are only for client software,
    390 always checkout the latest revision for the server!
     383
     384NOTE: Tags are only for client software, always checkout the latest version for the server!
    391385
    392386=== Compiling BOINC source code === #cookbook-compiling