Changes between Version 8 and Version 9 of ShmInstallDebian


Ignore:
Timestamp:
04/07/2011 10:39:00 AM (12 years ago)
Author:
MarcusWalther
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShmInstallDebian

    v8 v9  
    1 = Prerequisities for installation on Debian systems = 
    2  
    3 {{{ 
    4 #!NewsFlash 
    5 = Instructions valid for = 
    6  - Debian 6 (squeeze) 
    7  - Debian 5 (lenny) 
    8  - Debian 4 (etch), [#BinarypackagesforDebian4Etch binary packages only] 
    9 }}} 
    10  
    11 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): 
    12  
    13     * make 
    14     * libmotif-dev 
    15     * libc6-dev 
    16     * tcsh 
    17     * xterm 
    18     * x11proto-core-dev 
    19     * x11proto-print-dev 
    20     * x11proto-xext-dev 
    21     * libxt-dev 
    22     * libx11-dev 
    23     * xutils-dev 
    24     * libxext-dev 
    25     * libxpm-dev 
    26  
    27 Use a package manager of your choice or execute with root privileges: 
    28 {{{ 
    29 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 
    30 }}} 
    31  
    32 == Binary packages for Debian 4 (Etch) == 
    33  
    34 Thanks to Jens Oeser from Munich university ready-to-install Debian packages are available for Intel based CPUs: 
    35  
    36  - [http://www.geophysik.uni-muenchen.de/~oeser/SHM/etch/libmotif-dev_2.2.3-2_i386.deb libmotif-dev] 
    37  - [http://www.geophysik.uni-muenchen.de/~oeser/SHM/etch/libmotif3_2.2.3-2_i386.deb libmotif3] 
    38  - [http://www.geophysik.uni-muenchen.de/~oeser/SHM/etch/motif-clients_2.2.3-2_i386.deb motif-clients] 
    39  - [http://www.geophysik.uni-muenchen.de/~oeser/SHM/etch/shm_2.4i-3_i386.deb shm_2.4i] 
    40  
    41 Install all downloaded files as root user: 
    42 {{{ 
    43 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 
    44 }}} 
    45  
    46 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! 
     1[[Redirect(wiki:Installation/Debian)]]