Changes between Version 38 and Version 39 of CompileClient


Ignore:
Timestamp:
Apr 3, 2009, 6:54:18 AM (15 years ago)
Author:
Eric Myers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v38 v39  
    1010
    1111
    12 == Linux/x86 ==
     12== Linux ==
    1313
    1414If you want to build the client software for local use on your machine only, it is enough to simply build it using
     
    4242 * [BuildSystem Configure (with --disable_server) and make]
    4343
    44 The result (in the sea/ directory) will be a self-extracting archive (boinc_x.y.z_PLATFORM.sh) containing the BOINC client software.  If you have old versions of libraries (curl, openssl etc.) in /usr/lib, and newer versions somewhere else (like /usr/local/lib) you must tell the linker where to find the newer versions:
    45 
     44The result (in the sea/ directory) will be a self-extracting archive (boinc_x.y.z_PLATFORM.sh) containing the BOINC client software.  If you have old versions of libraries (curl, openssl etc.) in /usr/lib, and newer versions somewhere else (like /usr/local/lib) you may need to tell the linker where to find the newer versions, as in:
    4645{{{
    4746./configure LDFLAGS=-L/usr/local/lib
     
    166165
    167166
    168 '''Zlib'''
     167'''zlib'''
    169168
    170169In Visual C++ go File->Open->Project/Solution, navigate to c:\zlib\projects\visualc6\ and choose zlib.dsw
     
    193192
    194193
    195 '''!LibCurl'''
     194'''Curl'''
    196195
    197196In Visual C++ go File->Open->Project/Solution, navigate to c:\curl\ and choose vc6curl.dsw