= Prerequisities for installation on Debian systems = Please be sure that you have the following packages installed (some of dependency packages reside in the "non-free" repository, so you may need to add it to apt's source list): * make * libmotif-dev * libc6-dev * tcsh * xterm * x11proto-core-dev * x11proto-print-dev * x11proto-xext-dev * libxt-dev * libx11-dev * xutils-dev * libxext-dev * libxpm-dev Use a package manager of your choice or execute with root privileges: {{{ apt-get install make libmotif-dev libc6-dev tcsh xterm x11proto-core-dev x11proto-print-dev x11proto-xext-dev libxt-dev libx11-dev xutils-dev libxext-dev libxpm-dev }}} == Binary packages for Debian 4 (Etch) == Thanks to Jens Oeser from Munich university ready-to-install Debian packages are available for Intel based CPUs: - [http://www.geophysik.uni-muenchen.de/~oeser/SHM/etch/libmotif-dev_2.2.3-2_i386.deb libmotif-dev] - [http://www.geophysik.uni-muenchen.de/~oeser/SHM/etch/libmotif3_2.2.3-2_i386.deb libmotif3] - [http://www.geophysik.uni-muenchen.de/~oeser/SHM/etch/motif-clients_2.2.3-2_i386.deb motif-clients] - [http://www.geophysik.uni-muenchen.de/~oeser/SHM/etch/shm_2.4i-3_i386.deb shm_2.4i] Install all downloaded files as root user: {{{ dpkg -i libmotif3_2.2.3-2_i386.deb libmotif-dev_2.2.3-2_i386.deb motif-clients_2.2.3-2_i386.deb shm_2.4g-1_i386.deb }}} Please note: This SH/SHM version is outdated. If you want to use the latest version, you'll have to compile SH/SHM on your own!