2003-08-28 07:56:35 +00:00
|
|
|
<? // -*-html -*-
|
|
|
|
require_once("docutil.php");
|
2003-10-13 19:23:40 +00:00
|
|
|
page_head("Building the BOINC core client");
|
2003-08-28 07:56:35 +00:00
|
|
|
?>
|
|
|
|
|
|
|
|
For each platform your project supports (e.g.: i686-pc-linux,
|
2003-10-13 19:23:40 +00:00
|
|
|
sun-sparc-solaris2.7, sun-sparc-solaris2.8, intelx86_windows),
|
|
|
|
you must compile the core client.
|
2003-08-28 07:56:35 +00:00
|
|
|
|
|
|
|
<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
|
2003-10-13 19:23:40 +00:00
|
|
|
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.
|
2003-08-28 07:56:35 +00:00
|
|
|
|
|
|
|
<?
|
|
|
|
page_tail();
|
|
|
|
?>
|