1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<html>
<head>
<title>Installation on Debian 6</title>
</head>
<body>
<h1>Installation on Debian 6</h1>
<!--
dkms and VBox additions are installed by default.
-->
<p>
Select System→Administration→Synaptic Package
Manager. Install the following packages.
<ul>
<li> g++
<li> python-wxversion
<li> python-matplotlib
<li> python-scipy
<li> python-sympy
</ul>
Then follow the <a href="InstallationLinux.htm">installation instructions</a>
to compile the solvers and launch the application.
</p>
</body>
</html>
|