Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Mercury/installation.php
2013-12-30 10:25:44 +01:00

30 lines
No EOL
781 B
PHP

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>Installation</title>
</head>
<body>
<?php
include 'menu.html';
?>
<br />
<ul>
<li><a href="http://star.arm.ac.uk/~jec/mercury/mercury6.tar">Mercury hier herunterladen</a></li>
<li>Entpacken</li>
<p class="befehl">tar -xf mercury6.tar </p>
<li>(falls noch nicht installiert) gfortran installieren</li>
<p class="befehl">sudo apt-get install gfortran</p>
<li>Fortran-Dateien kompilien</li>
<p class="befehl">????</p>
<li>Wenn gewünscht: meine Dateien in den Ordner dazukopieren</li>
<ul>
<li>von <a href="./Sonnensystem">hier</a> (Sonnensystem)</li>
<li>oder</li>
<li>von <a href="./Kepler11">hier</a> (Keppler11)</li>
</ul>
</ul>
</body>
</html>