Changes between Version 67 and Version 68 of ServerIntro
- Timestamp:
- Oct 27, 2012, 3:33:12 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v67 v68 129 129 * Download and install the needed 130 130 [wiki:SoftwarePrereqsUnix software prerequisites]. 131 * [wiki:SourceCode Download] the BOINC software.131 * [wiki:SourceCodeGit Download] the BOINC software. 132 132 * [wiki:BuildSystem Configure and build] the BOINC software. 133 133 … … 370 370 {{{ 371 371 $ cd ~ 372 $ svn co http://boinc.berkeley.edu/svn/branches/server_stable boinc372 $ git clone git://boinc.berkeley.edu/boinc.git 373 373 }}} 374 374 To update the source code just go into the main directory and enter: … … 376 376 {{{ 377 377 $ cd ~/boinc 378 $ svn update378 $ git sync 379 379 }}} 380 380 A stable '''client''' version can be obtained with the following commands: … … 382 382 {{{ 383 383 $ cd ~ 384 $ svn co http://boinc.berkeley.edu/svn/tags/boinc_core_release_5_9_5/boinc boinc_595384 $ git clone http://boinc.berkeley.edu/git/tags/boinc_core_release_5_9_5/boinc boinc_595 385 385 }}} 386 386 Hint: Normally you won't need a self-compiled client,