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 34 35 36 37 38
|
<html>
<head>
<title>Installation on Fedora 16</title>
</head>
<body>
<h1>Installation on Fedora 16</h1>
<!--
Follow the instructions in the User Manual.
Install the kernel development packages.
Reboot.
cd /media/VBOX...
su
sh ./VBoxLinuxAdditions-x86.run
Building the kernel modules fails.
-->
<p>
Select System→Administration→Add/Remove Software. Install the following packages:
<ul>
<li> gcc-c++: C++ support for GCC.
<li> wxPython: GUI toolkit for the Python programming language.
<li> python-matplotlib: Python plotting library.
<li> python-matplotlib-wx: wxPython backend for python-matplotlib.
<li> Scipy: Scientific Tools for Python
<li> sympy: A Python library for symbolic mathematics.
<!--
<li> python-matplotlib-tk: Tk backend for python-matplotlib.
-->
</ul>
Then follow the <a href="InstallationLinux.htm">installation instructions</a>
to compile the solvers and launch the application.
</p>
</body>
</html>
|