This distribution is compiled under SuSE Linux 9.3, 32-bit. In addition to
standard installation, following packages are required:

gcc-g77
fftw3
python-numeric
python-mysql
python-tk

Note that gcc-g77 and python-mysql are not on single-layer DVD, so if you
downloaded free CD/DVD images, you must add network installation source,
such as ftp://ftp.suse.com/pub/suse/i386/9.3/ (or any of the mirrors) to
YaST.

If you are using a different Linux version or architecture and the provided
binaries do not work, you can recompile the sub-packages as follows:

acquisition
~~~~~~~~~~~
cd to acquisition/src and type "make install".

qplot
~~~~~
cd to acquisition/src and type "make install_qplot". gd1.2 must be
installed in /opt/gd/{include,lib} and plotutils-2.1.1 must be installed in
/opt/plotutils beforehand. qplot may not work correctly with other versions
of gd and plotutils.

analysis
~~~~~~~~
cd to analysis/sh, enter C-shell with "tcsh" and type:
source setup/shsetup
make depend_shm
make shm
make world

autopick, autoloc, slmon
~~~~~~~~~~~~~~~~~~~~~~~~
Reinstall SeisPy.

Make sure that GCC (incl. gcc, g++, g77) and libxml2, X-Windows, OpenMotif,
FFTW and Python development packages are installed before attempting to
compile. On SuSE 10.x, install "Development" selection plus packages
python-devel, libxml2-devel, fftw3-devel, openmotif-devel and compat-g77.
Last three are only available on double-layer DVD and in network
installation repository.

You can find free SuSE CD/DVD images at http://www.opensuse.org/. The list
of mirrors can be found at http://www.opensuse.org/Mirrors_Released_Version

See also doc/seiscomp-2.5.pdf

