boinc/doc/build_client.php

27 lines
933 B
PHP
Raw Normal View History

<? // -*-html -*-
require_once("docutil.php");
page_head("Building the BOINC core client");
?>
For each platform your project supports (e.g.: i686-pc-linux,
sun-sparc-solaris2.7, sun-sparc-solaris2.8, intelx86_windows),
you must compile the core client.
<ul>
<li><a href=build_client_unix.php>Building the core client for Unix</a>
<li><a href=build_client_win.php>Building the core client GUI for Windows</a>
<li><a href=build_client_mac.php>Building the core client GUI for Macintosh</a>
</ul>
The BOINC server keeps track of core client platforms and versions so that
users may download the latest version.
For each client compiled,
put the package in the master server's <code>boinc/apps/</code> directory
and run <code>boinc/tools/update_versions</code>.
For Windows and Macintosh, the files are self-extracting executables;
for Unix they are .gz files which can be run directly after ungzipping.
<?
page_tail();
?>