Changes between Version 21 and Version 22 of BuildSystem


Ignore:
Timestamp:
Nov 19, 2014, 12:30:50 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v21 v22  
    11= Building BOINC on Unix =
    22       
    3 The BOINC software consists of several components:
     3The C++ part of BOINC consists of several components,
     4divided into directories as follows:
    45
    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.
    611
    7 To build BOINC on Unix, first
     12To build these components on Unix, first
    813[SoftwarePrereqsUnix install the software prerequisites]
    914and [SourceCodeGit get the BOINC source code].