Changes between Version 17 and Version 18 of ShmInstallUbuntu


Ignore:
Timestamp:
04/07/2011 11:25:21 AM (13 years ago)
Author:
MarcusWalther
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShmInstallUbuntu

    v17 v18  
    1 = Prerequisities for installation on Ubuntu systems = 
    2  
    3 Please be sure that you have the following packages installed: 
    4  
    5  - make 
    6  - libmotif-dev 
    7  - libc6-dev 
    8  - tcsh 
    9  - xterm 
    10  - x11proto-core-dev 
    11  - x11proto-print-dev 
    12  - x11proto-xext-dev 
    13  - libxt-dev 
    14  - libx11-dev 
    15  - xutils-dev 
    16  - libxext-dev 
    17  
    18 If you don't use the Adapt Manager, enter the command  
    19 {{{ 
    20 sudo 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 
    21 }}} 
    22 and follow the instructions. 
    23  
    24 == Incompatible motif libraries in Ubuntu == 
    25  
    26 __Important note__: Motif libraries shipped with Ubuntu 9 and 10 are not compatible to SH/SHM. You can use the Ubuntu 8.04's libs as a quick and dirty fix (details see ticket #12). 
    27  
    28 {{{ 
    29 > wget http://www.seismic-handler.org/portal/raw-attachment/ticket/12/libMrm.tar.bz2 
    30 > sudo tar xf libMrm.tar.bz2 -C / 
    31 }}} 
    32  
    33 == Pre-compiled Ubuntu 8.04 package == 
    34  
    35 If you prefer you can download a pre-compiled version of seismic handler that will install it to /usr/local/shcode/. This version was compiled with libah for reading AH files and also adapted to use a BASH shell startup script (shcode/setup/shsetup.sh) and the package can handle the addition of the correct lines to /etc/profile taking care of setup SH for all system users. 
    36  
    37 You must do: 
    38  
    39 1. Download the package here [http://www.foo4fun.net/software/seismichandler_SH5.0e_SHM2.4i~0.1_i386.deb],[[BR]] 
    40 2. Install it with gdebi: gdebi seismichandler_SH5.0e_SHM2.4i~0.1_i386.deb or double click this file from the file browser,[[BR]] 
    41 3. Open a new gnome-terminal and configure it to load the shell as a login shell, to do that go to (menu path) Edit -> Current Profile -> Title and Command -> Run command as a login shell.[[BR]] 
    42 4. Close your terminal, open it again and type in '''SHM'''.[[BR]] 
     1[[Redirect(wiki:Installation/Ubuntu)]]