Changes between Version 12 and Version 13 of ShmInstallUbuntu


Ignore:
Timestamp:
08/11/2010 12:16:58 PM (13 years ago)
Author:
MarcusWalther
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShmInstallUbuntu

    v12 v13  
    11= Installation on Ubuntu systems = 
    22 
    3 This is a short description for the Seismic Handler installation on Ubuntu 8.04 (and related distributions like Kubuntu, Xubuntu, ...). You'll need administrative rights to perform the installation (because you have to deal with some changes inside system directories)! There is also a virtual applicant available: [ShmVmwareUbuntu VMware Ubuntu] or download a '''pre-compiled package''' as indicated at the [ShmInstallUbuntu#Pre-compiledUbuntu8.04package bottom] of this page. 
     3This is a short description for the Seismic Handler installation on Ubuntu 8.04 (or newer, also applies to related distributions like Kubuntu, Xubuntu, ...).  
     4 
     5You'll need administrative rights to perform the installation (because you have to deal with some changes inside system directories)! There is also a virtual applicant available: [ShmVmwareUbuntu VMware Ubuntu] or download a '''pre-compiled package''' as indicated at the [ShmInstallUbuntu#Pre-compiledUbuntu8.04package bottom] of this page. 
    46 
    57__Important note__: Ubuntu 9.04's motif libraries are broken. You can use the Ubuntu 8.04's libs as a quick and dirty fix (details see ticket #12). 
     
    1921 - libxt-dev 
    2022 - libx11-dev 
     23 - xutils-dev 
    2124 
    2225If you don't use the Adapt Manager, enter the command  
    2326{{{ 
    24 sudo apt-get install make libmotif-dev libc6-dev tcsh xterm x11proto-core-dev x11proto-print-dev x11proto-xext-dev libxt-dev libx11-dev 
     27sudo 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 
    2528}}} 
    2629and follow the instructions. 
     
    4245    - `sudo ln -s /usr/lib/libXpm.so.4 /usr/lib/libXpm.so` 
    4346 5. Set links for standard header files: 
    44     - `sudo ln -s /usr/lib/gcc/i486-linux-gnu/4.2/include/stdarg.h /usr/include/stdarg.h` 
     47    - `sudo ln -s /usr/lib/gcc/i486-linux-gnu/4.2/include/stdarg.h /usr/include/stdarg.h` ("4.2" is only valid for 8.04, later distributions have a higher number) 
    4548    - `sudo ln -s /usr/include/linux/stddef.h /usr/include/stddef.h` 
    4649 6. Start script by "`sudo ./SHM-install.csh /usr/share/sh /tmp`" (replace `/tmp` by the absolute path you saved the source files)