Changes between Version 38 and Version 39 of CompileClient
- Timestamp:
- Apr 3, 2009, 6:54:18 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v38 v39 10 10 11 11 12 == Linux /x86==12 == Linux == 13 13 14 14 If you want to build the client software for local use on your machine only, it is enough to simply build it using … … 42 42 * [BuildSystem Configure (with --disable_server) and make] 43 43 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 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 may need to tell the linker where to find the newer versions, as in: 46 45 {{{ 47 46 ./configure LDFLAGS=-L/usr/local/lib … … 166 165 167 166 168 ''' Zlib'''167 '''zlib''' 169 168 170 169 In Visual C++ go File->Open->Project/Solution, navigate to c:\zlib\projects\visualc6\ and choose zlib.dsw … … 193 192 194 193 195 ''' !LibCurl'''194 '''Curl''' 196 195 197 196 In Visual C++ go File->Open->Project/Solution, navigate to c:\curl\ and choose vc6curl.dsw