Changes between Version 70 and Version 71 of ServerIntro
- Timestamp:
- Feb 14, 2013, 3:14:14 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v70 v71 370 370 {{{ 371 371 $ cd ~ 372 $ git clone git://boinc.berkeley.edu/boinc.git 372 $ git clone git://boinc.berkeley.edu/boinc.git boinc-src 373 373 }}} 374 374 To update the source code just go into the main directory and enter: 375 375 376 376 {{{ 377 $ cd ~/boinc 378 $ git sync377 $ cd ~/boinc-src 378 $ git pull 379 379 }}} 380 380 … … 388 388 389 389 {{{ 390 $ cd ~/boinc 390 $ cd ~/boinc-src 391 391 $ ./_autosetup 392 392 $ ./configure --disable-client --disable-manager