Thus, in brief, you may want to install Fungimol, or you may want to install Brennermd, but you don't want to install both.
To download and install Fungimol, do the following:
file:
, then you're reading the version from your
local disk, so you should click here.
http://www.rpm.org
. If you
have RPM and want to do a binary installation,
download the file
fungimol-0.3.4-0.i386.rpm
(1.6MB)
Become root and give this command:
rpm -i fungimol-0.3.4-0.i386.rpm
fungimol-0.3.4-0.src.rpm
(1.3MB)
You'll need these libraries and development tools, listed in a
reasonable installation order:
Tool or Library | Typical RPM name |
---|---|
Kernel headers | kernel-headers-2.2.13-4mdk.i586.rpm |
C library | glibc-devel-2.1.1-15mdk |
C++ library | libstdc++-devel-1.1.3-3mdk |
Portable Pixmap library | libgr-devel-2.0.13-9mdk.i586.rpm |
X Windows library | XFree86-devel-3.3.5-3mdk.i586.rpm |
GNU Make | make-3.77-9mdk.i586.rpm |
Shared GCC code | pgcc-1.1.3-3mdk.i586.rpm |
C++ compiler | pgcc-c++-1.1.3-3mdk |
Fortran compiler | pgcc-g77-1.1.3-3mdk.i586.rpm |
The C++
compiler must support the namespace
keyword. I used gcc
version 2.95.2. The most recent mention of the namespace
keyword in the NEWS file for gcc 2.95.2 says this for gcc version
2.7.0: "Preliminary support for namespaces has been added. This
support is far from complete, and probably not useful." I find it
quite useful so perhaps they did not add to the NEWS file when they
improved it. Fungimol only
uses anonymous namespaces to declare and define file-local variables
and classes.
Then become root and give these commands:
rpm -i fungimol-0.3.4-0.src.rpm cd /usr/src/RPM/SPECS rpm -bi fungimol.spec
fungimol-0.3.4.tar.gz
(1.3MB)
Unlike the previous options, you do not need to become root yet. Give
the command:
and follow the instructions intar xvzf fungimol-0.3.4.tar.gz
fungimol-0.3.4/README
. See above for a note about what compiler version you'll need.
fungimol
and
brennermd
executables in /usr/bin
, and the
documents in /usr/doc/fungimol-0.3.4/index.html
.
To install Brennermd without Fungimol, do the following:
brennermd-0.1.1-0.i386.rpm
(180KB)
Then become root and give the command
rpm -i brennermd-0.1.1-0.i386.rpm
brennermd-0.1.1-0.src.rpm
(166KB)
You'll need these libraries and development tools, listed in a
reasonable installation order:
Tool or Library | Typical RPM name |
---|---|
Kernel headers | kernel-headers-2.2.13-4mdk.i586.rpm |
C library | glibc-devel-2.1.1-15mdk |
GNU Make | make-3.77-9mdk.i586.rpm |
Shared GCC code | pgcc-1.1.3-3mdk.i586.rpm |
Fortran compiler | pgcc-g77-1.1.3-3mdk.i586.rpm |
Then become root and give these commands:
rpm -i brennermd-0.1.1-0.src.rpm cd /usr/src/RPM/SPECS rpm -bi brennermd.spec
brennermd-0.1.1.tar.gz
(168KB)
Unlike the previous options, you do not need to become root yet. Give
this command:
and follow the instructions intar xvzf brennermd-0.1.1.tar.gz
brennermd-0.1.1/README.LINUXBUILD
.