Changes between Version 12 and Version 13 of ShmInstallUbuntu
- Timestamp:
- 08/11/2010 12:16:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShmInstallUbuntu
v12 v13 1 1 = Installation on Ubuntu systems = 2 2 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. 3 This is a short description for the Seismic Handler installation on Ubuntu 8.04 (or newer, also applies to related distributions like Kubuntu, Xubuntu, ...). 4 5 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. 4 6 5 7 __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). … … 19 21 - libxt-dev 20 22 - libx11-dev 23 - xutils-dev 21 24 22 25 If you don't use the Adapt Manager, enter the command 23 26 {{{ 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 27 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 25 28 }}} 26 29 and follow the instructions. … … 42 45 - `sudo ln -s /usr/lib/libXpm.so.4 /usr/lib/libXpm.so` 43 46 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) 45 48 - `sudo ln -s /usr/include/linux/stddef.h /usr/include/stddef.h` 46 49 6. Start script by "`sudo ./SHM-install.csh /usr/share/sh /tmp`" (replace `/tmp` by the absolute path you saved the source files)