Changes between Version 51 and Version 52 of ServerIntro


Ignore:
Timestamp:
Oct 8, 2008, 10:52:07 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v51 v52  
    263263Defining an empty password simplifies the installation, can be changed later.
    264264
    265 === Install the wxWidgets library === #cookbook-wxwidgets
    266 
    267 '''You can skip this section if you don't want to build your own client. Normally you won't need a self-compiled client, you can always get the latest one from [/download_all.php BOINC website].'''
    268 
    269 Download the latest wxGTK version [http://www.wxwidgets.org/downloads/ here].
    270 
    271 Extract the contents of the file into ~/wxGTK-2.8.3
    272 
    273 After this enter the following commands into the console window in this order:
    274 {{{
    275 $ cd ~/wxGTK-2.8.3
    276 $ mkdir gtkbuild
    277 $ cd gtkbuild
    278 $ ../configure --with-gtk --disable-shared
    279 $ make
    280 $ su root
    281 # make install
    282 # ldconfig
    283 # exit
    284 }}}
    285 The commands configure and make could take a while, so you can fetch some coffee. ;)
    286 
    287265=== Download the BOINC source code === #cookbook-download-code
    288266
     
    290268{{{
    291269$ cd ~
    292 $ svn co http://boinc.berkeley.edu/svn/trunk/boinc boinc_trunk
     270$ svn co http://boinc.berkeley.edu/svn/branches/server_stable boinc
    293271}}}
    294272To update the source code just go into the main directory and enter:
    295273{{{
    296 $ cd ~/boinc_trunk
     274$ cd ~/boinc
    297275$ svn update
    298276}}}
     
    309287Enter the following commands into the console window:
    310288{{{
    311 $ cd ~/boinc_trunk
     289$ cd ~/boinc
    312290$ ./_autosetup
    313291$ ./configure --disable-client