[GRASSweb-list]markus: web/grass57/binary/linux/snapshot README.html,1.8,1.9
grass at intevation.de
grass at intevation.de
Fri Nov 26 09:09:15 EST 2004
Author: markus
Update of /grassrepository/web/grass57/binary/linux/snapshot
In directory doto:/tmp/cvs-serv20859
Modified Files:
README.html
Log Message:
added mysterious Debian /etc/ld.so.conf trick (provided by P Cavallini)
Index: README.html
===================================================================
RCS file: /grassrepository/web/grass57/binary/linux/snapshot/README.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- README.html 10 Nov 2004 10:35:12 -0000 1.8
+++ README.html 26 Nov 2004 14:09:13 -0000 1.9
@@ -42,13 +42,13 @@
<li>./grass-5.7.cvs-ARCH-DD_MM_YYYY-install.sh grass57-DD-MM-YYYY-arc-bin.tar.gz</li>
</ul>
<h3>Libraries</h3>
-The following libraries are required:
+The following libraries and programs are required:
<ul>
<li>libpq (e.g. libpq3 for Debian, libpq3-7.3.4-2mdk.i586.rpm for Mandrake) </li>
<li>libproj (e.g. proj for Debian, libproj0-4.4.7-1mdk.i586.rpm for Mandrake) </li>
<li>libgdal (e.g. libgdal1 for Debian, libgdal0-1.1.9-2mdk.i586.rpm for Mandrake) </li>
+ <li>xterm</li>
</ul>
-plus the program xterm.<br>
and, recommended, also:
<ul>
@@ -83,9 +83,15 @@
ln -s /usr/lib/libtcl8.3.so /usr/lib/libtcl.so.0<br>
ldconfig<br>
-<h3>Debian NOTE:</h3>
-In Debian Sarge NVIZ does not work with Tcl/Tk8.4 as it is provided. Please install tcl8.3 and tk8.3 instead
-(or in addition to; 8.4 and 8.3 can live side by side), and link to this (not to 8.4).
+<h3>Debian NOTES:</h3>
+In Debian Sarge, NVIZ does not work with Tcl/Tk8.4 as it is provided. Please install tcl8.3 and tk8.3 instead
+(or in addition to; 8.4 and 8.3 can live side by side), and link to this (not to 8.4).<br>
+Also, it is necessary to tell the system the location of grass libraries:<br><br>
+ vi /etc/ld.so.conf<br>
+ Add grass path, e.g.:<br>
+ /usr/local/grass5.7.cvs-i686-pc-linux-gnu-25_11_2004/lib<br>
+ then<br>
+ ldconfig<br>
<h1>How to uninstall</h1>
sh /usr/local/bin/grass5uninstall.sh<br>
More information about the grass-web
mailing list