[GRASSweb-list] scott: web/platforms/macgrass tcltk.php,1.3,1.4
grass at intevation.de
grass at intevation.de
Wed May 30 15:11:17 EDT 2007
Author: scott
Update of /grassrepository/web/platforms/macgrass
In directory doto:/tmp/cvs-serv17106
Modified Files:
tcltk.php
Log Message:
adjusting instructions per discussion on devlist - do not install into Apple space
Index: tcltk.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/tcltk.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tcltk.php 23 Jul 2005 04:44:19 -0000 1.3
+++ tcltk.php 30 May 2007 19:11:15 -0000 1.4
@@ -15,7 +15,7 @@
<hr width="100%" noshade="noshade" size="3">
<h1>GRASS GIS on Mac OS X</h1>
<h2>Tcl/Tk (UNIX)</h2>
-<p><i>Last change: 2005/7/16</i></p>
+<p><i>Last change: $Date$ </i></p>
<hr width="100%" noshade="noshade" size="3">
</center>
@@ -32,11 +32,11 @@
$ tar -zxf tcl8.4.11-src.tar.gz<br>
$ tar -zxf tk8.4.11-src.tar.gz<br>
$ cd tcl8.4.11/unix<br>
-$ ./configure --prefix=/usr/X11R6 --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-threads<br>
+$ ./configure --prefix=/usr/local/tcltk --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-threads<br>
$ make<br>
$ sudo make install<br>
$ cd ../../tk8.4.11/unix<br>
-$ ./configure --prefix=/usr/X11R6 --enable-threads --with-x --with-tcl=/usr/X11R6/lib<br>
+$ ./configure --prefix=/usr/local/tcltk --enable-threads --with-x --with-tcl=/usr/local/tcltk/lib<br>
$ make<br>
$ sudo make install</code></blockquote>
More information about the grass-web
mailing list