Download";
$md = md5_file($path);
if ($xml) {
echo "
$platform
http://boinc.berkeley.edu/$path
$filename
$md
";
} else {
list_item($platform, $dlink, $md);
}
}
function version_end($xml) {
if ($xml) return;
list_end();
}
function show_459($xml=false) {
version_start("4.59", "13 Jan 2005", $xml);
version("Windows", "boinc_4.59_windows_intelx86.exe", $xml);
version_end($xml);
}
function show_458($xml=false) {
version_start("4.58", "9 Jan 2005", $xml);
version("Windows", "boinc_4.58_windows_intelx86.exe", $xml);
version_end($xml);
}
function show_457($xml=false) {
version_start("4.57", "23 Dec 2004", $xml);
version("Windows", "boinc_4.57_windows_intelx86.exe", $xml);
version_end($xml);
}
function show_456($xml=false) {
version_start("4.56", "23 Nov 2004", $xml);
version("Windows", "boinc_4.56_windows_intelx86.exe", $xml);
version_end($xml);
}
function show_414($xml=false) {
version_start("4.14", "13 Jan 2005", $xml);
version("Windows", "boinc_4.14_windows_intelx86.exe", $xml);
version("Linux/x86", "boinc_4.14_i686-pc-linux-gnu.gz", $xml);
version("Mac OS X", "boinc_4.14_powerpc-apple-darwin.gz", $xml);
version("Solaris/SPARC", "boinc_4.14_sparc-sun-solaris2.7.gz", $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.14\n";
show_414(true);
//echo "4.55\n";
//show_455(true);
echo "\n";
exit();
}
page_head("Download BOINC client software");
echo "
System requirements
There are no specific hardware requirements
(CPU speed, memory, disk space, etc.).
However, these factors may limit the amount or type
of work that is sent to your computer.
Current version
";
show_413();
echo "
After the download is finished:
- Windows:
open the downloaded file.
This will install BOINC on your computer.
- Macintosh OS X, Unix and Linux:
Use gunzip to uncompress if your browser has not done it for you.
Then chmod +x the executable and run it.
If your computer is not one of the above types, you can
BOINC can be customized for
languages other than English
";
if ($_GET["dev"]) {
echo "
Development version (latest features, possibly buggy)
";
show_414();
echo "
";
show_459();
}
page_tail();
?>