require_once("docutil.php"); page_head("Building the BOINC core client"); echo "
It may not be necessary to build the core client; you can get executables for many platforms at http://boinc.berkeley.edu.
See the Software Prerequisites.
cd boinc/client makeThe final target is
boinc/client/boinc_VERSION_PLATFORM.gz
.
Open boinc.dsw (MSVC6) or boinc.sln (MSVC7). Build either the Release or Debug version. This should also build libraries and screensaver. "; page_tail(); ?>