Download";
$md = md5($path);
if ($xml) {
echo "
$platform
http://boinc.berkeley.edu/$path
$filename
$md5
";
} else {
list_item($platform, $dlink, $md);
}
}
function version_end($xml) {
if ($xml) return;
list_end();
}
function show_455($xml=false) {
version_start("4.55", "13 Nov 2004", $xml);
version("Windows", "boinc_4.55_windows_intelx86.exe", $xml);
version_end($xml);
}
function show_413($xml=false) {
version_start("4.13", "13 Oct 2004", $xml);
version("Windows", "boinc_4.13_windows_intelx86.exe", $xml);
version("Linux/x86", "boinc_4.13_i686-pc-linux-gnu.gz", $xml);
version("Mac OS X", "boinc_4.13_powerpc-apple-darwin.gz", $xml);
version("Solaris/SPARC", "boinc_4.13_sparc-sun-solaris2.7.gz", $xml);
version_end($xml);
}
if ($_GET["xml"]) {
header ("Content-Type: text/xml");
echo "
";
echo "4.13\n";
show_413(true);
echo "4.55\n";
show_455(true);
echo "\n";
exit();
}
page_head("Download BOINC client software");
echo "
Learn more about BOINC
here.
System requirements
The BOINC core client is available for the following platforms:
- Windows (95 and up)
- Linux/x86
- Solaris/SPARC
- Mac OS X
There are no specific hardware requirements
(CPU speed, RAM, disk space, etc.).
However, these factors may limit the amount or type
of work that is sent to your computer.
Each 'work unit' has minimum RAM and disk requirements,
and a deadline for completion of its computation.
A BOINC project won't send a work unit to a computer that can't handle it.
Stable version (recommended)
";
show_413();
echo "
If your computer is not one of the above types, you can
BOINC can be customized for
languages other than English
";
echo "
Development version (latest features, possibly buggy)
";
show_455();
//echo"Old versions
\n";
//show_405();
page_tail();
?>