Index of /grass54/binary/linux

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]COPYING2004-03-16 10:26 1.5K 
[   ]ChangeLog2007-07-25 21:34 4.8K 
[   ]MD5SUM2004-11-29 10:33 148  
[TXT]NEWS.html2007-07-25 21:34 69K 
[TXT]README.html2007-12-10 22:29 1.9K 
[TXT]REQUIREMENTS.html2005-02-01 13:38 6.8K 
[TXT]grass5.4.0_i686-pc-linux-gnu.txt2004-12-01 14:32 69  
[   ]grass5.4.0_i686-pc-linux-gnu_bin.tar.gz2004-11-29 08:41 12M 
[TXT]grass5.4.0_i686-pc-linux-gnu_install.sh2004-11-29 08:41 14K 

GRASS 5.4 binary releases for GNU/Linux

How to install the Linux (x86/Intel) binary releases of GRASS 5.4.x in gzipped tar format.

Use at your own risk.

Installation:

  1. get the file
    grass-5.4.0_hw_distro_-bin.tar.gz
  2. get the installation script
    grass-5.4.0_hw_distro_install.sh

where


For installation, run the install script with --help option:

Or without help, directly:

NOTE:

In some distributions (e.g. Mandrake) the names of libraries is slightly different. Check, and if there is no file of the name:
libtk.so.0
libtcl.so.0
libpq.so.2
libgdal.1.1.so

then you should type:

su
ln -s /usr/lib/libtk.so /usr/lib/libtk.so.0
ln -s /usr/lib/libtcl.so /usr/lib/libtcl.so.0
ln -s /usr/lib/libpq.so.3 /usr/lib/libpq.so.2
ln -s /usr/lib/libgdal.1.1.so /usr/lib/libgdal.so.1
ldconfig

Instead of (or in addition to) libtk.so and libtcl.so, you might have libtk8.4.so and libtcl8.4.so. In this case, type instead:

ln -s /usr/lib/libtk8.4.so /usr/lib/libtk.so.0
ln -s /usr/lib/libtcl8.4.so /usr/lib/libtcl.so.0
ldconfig


Please help us and report bugs.
Bug report form