2005-02-12 01:26:46 +00:00
|
|
|
<?php
|
|
|
|
require_once("docutil.php");
|
|
|
|
|
2005-12-21 21:46:22 +00:00
|
|
|
page_head("Getting and building BOINC software");
|
2005-02-12 01:26:46 +00:00
|
|
|
echo "
|
2005-12-21 21:46:22 +00:00
|
|
|
<h3>Basics</h3>
|
2005-05-23 00:07:29 +00:00
|
|
|
<ul>
|
|
|
|
<li> <a href=build.php>Software prerequisites</a>
|
2005-12-21 21:46:22 +00:00
|
|
|
<li> <a href=source_code.php>Getting source code</a>
|
2005-06-08 23:55:21 +00:00
|
|
|
<li> <a href=build_system.php>Building BOINC on Unix</a>
|
|
|
|
<li> <a href=road_map.php>Source code road map</a>
|
2005-05-23 00:07:29 +00:00
|
|
|
</ul>
|
|
|
|
|
2005-12-21 21:46:22 +00:00
|
|
|
<h3>Platform-specific cookbooks</h3>
|
2005-05-15 16:36:39 +00:00
|
|
|
<ul>
|
|
|
|
<li> <a href=mac_build.html>Building BOINC and BOINC applications on Mac OS X</a>
|
2005-07-17 19:52:44 +00:00
|
|
|
<li> <a href=http://www.spy-hill.net/~myers/help/boinc/boinc-on-windows.html>Building BOINC applications on Windows</a>
|
|
|
|
<li> <a href=http://www.spy-hill.net/~myers/help/boinc/boinc-on-linux.html>Building BOINC and BOINC Applications on Linux</a>
|
2005-05-23 00:07:29 +00:00
|
|
|
<li> <a href=http://torque.oncloud8.com/archives/000124.html>Linux install notes</a> (out of date).
|
|
|
|
<li> <a href=debian_linux_install.txt>Debian Linux packages needed</a> (out of date)
|
2005-05-15 16:36:39 +00:00
|
|
|
</ul>
|
|
|
|
|
2005-12-21 21:46:22 +00:00
|
|
|
<h3>Other information</h3>
|
2005-02-12 01:26:46 +00:00
|
|
|
<ul>
|
|
|
|
<li> <a href=test.php>Test applications and scripts</a>
|
|
|
|
<li> <a href=ssl_build.txt>Build instructions for SSL (Secure Socket Layer) client</a>
|
|
|
|
</ul>
|
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
|
|
|
|
?>
|