mirror of https://github.com/BOINC/boinc.git
21 lines
726 B
PHP
21 lines
726 B
PHP
<?php
|
|
require_once("docutil.php");
|
|
|
|
page_head("Compiling BOINC software");
|
|
echo "
|
|
<ul>
|
|
<li> <a href=source_code.php>Getting the source code</a>
|
|
<li> <a href=build.php>Software prerequisites</a>
|
|
<li> <a href=road_map.php>Road map of the BOINC software</a>
|
|
<li> <a href=build_system.php>Build system</a>
|
|
<li> <a href=build_server.php>Building server components</a>
|
|
<li> <a href=build_client.php>Building the core client</a>
|
|
<li> <a href=test.php>Test applications and scripts</a>
|
|
<li> <a href=http://noether.vassar.edu/~myers/help/boinc/boinc-on-redhat.html>Compiling BOINC on Red Hat Linux 7.x</a> (by Eric Myers)
|
|
<li> <a href=ssl_build.txt>Build instructions for SSL (Secure Socket Layer) client</a>
|
|
</ul>
|
|
";
|
|
page_tail();
|
|
|
|
?>
|