Index of /grass53/binary/linux/snapshot

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2007-12-10 22:29 2.7K 

Index of /grass53/binary/linux

How to install the Linux (x86/Intel) binary code for GRASS 5.3.x EXPERIMENTAL in gzipped tar format.

Note that this binary version may not work.
Use at your own risk.

Installation:

  1. get the file
    grass5.3-cvs_arch-bin.tar.gz
  2. get the installation script
    grass5.3-cvs_arch-install.sh

where


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

Or without help, directly:

Libraries

The following libraries are required: and, recommended, also: optional:
You can find these RPMs on www.rpmfind.net

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