Changes between Version 87 and Version 88 of CompileClient
- Timestamp:
- Dec 2, 2015, 11:12:10 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v87 v88 30 30 }}} 31 31 32 See details of the build system.32 See [BuildSystem details of the build system]. 33 33 34 34 The result (in the sea/ directory) will be a self-extracting archive (boinc_x.y.z_i686-pc-linux-gnu.sh) containing the BOINC client software. … … 36 36 === Other Unix === 37 37 38 * Download and install prerequisites39 * Download current source code40 * Configure (with --disable_server) and make38 * Download and install [SoftwarePrereqsUnix prerequisites] 39 * [SourceCodeGit Download current source code] 40 * [BuildSystem Configure (with --disable_server) and make] 41 41 42 42 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: