File: InstallationDebian.htm

package info (click to toggle)
cain 1.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,856 kB
  • sloc: cpp: 49,612; python: 14,988; xml: 11,654; ansic: 3,644; makefile: 133; sh: 2
file content (33 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (4)
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
28
29
30
31
32
33

<html>
<head>
<title>Installation on Debian 5</title>
</head>
<body>
<h1>Installation on Debian 5</h1>

<!--
Running
apt-get install dkms
in the root shell does not work.

cd /media/cdrom
sh ./VBoxLinuxAdditions-x86.run
-->

<p>
Select System&rarr;Administration&rarr;Synaptic Package
Manager. Install the following packages.
<ul>
  <li> g++
  <li> python-wxgtk2.8
  <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>