Changes between Version 21 and Version 22 of BuildSystem
- Timestamp:
- Nov 19, 2014, 12:30:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v21 v22 1 1 = Building BOINC on Unix = 2 2 3 The BOINC software consists of several components: 3 The C++ part of BOINC consists of several components, 4 divided into directories as follows: 4 5 5 [[Image(components.png,nolink)]] 6 client/ :: the BOINC client 7 cliengui/ :: the BOINC Manager (GUI for the client) 8 sched/, tools/ :: the BOINC server 9 api/ :: API for BOINC applications 10 lib/ :: utility functions, used by all the above. 6 11 7 To build BOINCon Unix, first12 To build these components on Unix, first 8 13 [SoftwarePrereqsUnix install the software prerequisites] 9 14 and [SourceCodeGit get the BOINC source code].