Changes between Version 70 and Version 71 of ServerIntro


Ignore:
Timestamp:
Feb 14, 2013, 3:14:14 AM (11 years ago)
Author:
Christian Beer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v70 v71  
    370370{{{
    371371$ cd ~
    372 $ git clone git://boinc.berkeley.edu/boinc.git
     372$ git clone git://boinc.berkeley.edu/boinc.git boinc-src
    373373}}}
    374374To update the source code just go into the main directory and enter:
    375375
    376376{{{
    377 $ cd ~/boinc
    378 $ git sync
     377$ cd ~/boinc-src
     378$ git pull
    379379}}}
    380380
     
    388388
    389389{{{
    390 $ cd ~/boinc
     390$ cd ~/boinc-src
    391391$ ./_autosetup
    392392$ ./configure --disable-client --disable-manager