[GRASSweb-list]markus: web/tcltkgrass index.html,NONE,1.1 Programming_intro.html,1.1.1.1,1.2

grass at intevation.de grass at intevation.de
Tue Apr 22 12:06:55 EDT 2003


Author: markus

Update of /grassrepository/web/tcltkgrass
In directory doto:/tmp/cvs-serv7097

Modified Files:
	Programming_intro.html 
Added Files:
	index.html 
Log Message:
added for historical reasons

--- NEW FILE: index.html ---
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <DEFANGED_meta name="GENERATOR" content="Mozilla/4.61 [en] (X11; I; Linux 2.2.10 i586) [Netscape]">
   <title>GRASS GIS Graphical user interface</title>
</head>
<body bgcolor="#FFFFFF">

<h1>
<a href="../images/tcltkphoto.gif"><DEFANGED_IMG SRC="../images/tcltk_mini.gif" ALT="Screenshot of TclTkGRASS (click to enlarge)"  align=CENTER></a>&nbsp;&nbsp;&nbsp;
TclTkGRASS graphical user interface</h1>

<P>This page is partially outdated<P>

<p>TclTkGRASS (developed since 1998) is a graphical user interface for
GRASS. It does not require the current GRASS GIS version, but we recommend
that. You can use it with GRASS 4.x as well as GRASS 5.x. <b>Using this
software you will start GRASS as usual and call "tcltkgrass &amp;" within
GRASS</b>. This interface allows to access many GRASS modules through mouse.
All the modules which are not (yet) implemented, can be called as usual
through the build-in shell window. We have successfully tested TclTkGRASS
on SUN Solaris, SGI/Irix and Linux platforms. On other UNIX derivates it
should be usable as well.
<dl>
<dd>
<DEFANGED_IMG SRC="../images/bullet_green.gif" > Get a <a href="../images/tcltkphoto.gif">screenshot</a>
(2.8 version)</dd>

<dd>
<DEFANGED_IMG SRC="../images/bullet_green.gif" > What's new: The development <a href="tclgrass_history.html">history</a>
of this user interface.</dd>

<dd>
<DEFANGED_IMG SRC="../images/bullet_green.gif" > GRASS FAQ: <a href="../faq/index.html">frequently
asked questions</a></dd>

<dd>
</dd>
</dl>

<center><table BORDER COLS=2 WIDTH="80%" NOSAVE >
<tr NOSAVE>
<td NOSAVE>
<center><b><i><font color="#FF0000">Language</font></i></b></center>
</td>

<td>
<center><b><i><font color="#FF0000">Download</font></i></b></center>
</td>
</tr>

<tr>
<td>
<center>English (tcltkgrass 2.9)</center>
</td>

<td>
<center>included in GRASS 4.2.1 and GRASS 5.x</center>
</td>
</tr>

<tr>
<td>
<center>Russian (tcltkgrass 2.9)</center>
</td>

<td>
<center><a href="russian/">download
here</a></center>
</td>
</tr>
</table></center>

<p>What's new in TclTkGRASS 2.9? Please read the <a href="tclgrass_history.html">history</a>.
<p><b>TclTkGRASS <a href="Programming_intro.html">programming
instructions</a>:</b> Create your own extensions to this GRASS user interface.
<p>
<hr>
<h2>
Requirements</h2>
The current version of TclTkGRASS is free of binary code. So it is usable
on each flavor of unix - TclTkGRASS is platform indepentent! Required are
the <b>TCL/TK 8.0 graphical libraries</b>. They will create all the buttons
etc you see in the screenshot above. Check you computer if "wish8.0" is
installed. If you find only "wish4.2" then you must install these 8.0 library
version. You can simply compile them yourself, the package owns a configuration
routine for your compiler. In the TclTkGRASS packages below you find the
library compiling instructions. If you already have "wish8.0", feel happy
- no more work! The source code for these Tcl/TK 8.0 library you find
<a href="http://www.scriptics.com/products/tcltk/">here</a>
(you must get the <i>unix sources</i> there!). If you are using Linux,
SUN Solaris or SGI/Irix, you can also get the precompiled library-files
here.
<br>Check your computer for graphical libraries already being installed
with:
<p><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <tt>which wish8.0</tt></i>
<p>If they are not installed, you may get the precompiled libraries depending
on your platform or the source code:<b></b>
<p><b>Tcl/Tk 8.0.5 source code:</b>
<dl>
<ul>
<li>
<a href="libraries/tcl8.0.5.tar.gz">TCL
8.0.5 source code</a> and <a href="libraries/tk8.0.5.tar.gz">TK
8.0.5 source code</a> with <a href="libraries/INST_tcltk_libs_source.txt">compile
instructions</a></li>

<li>
Original <a href="http://www.scriptics.com/products/tcltk/">Tcl/tk library
site</a></li>
</ul>
</dl>
<b>Precompiled binaries:</b>
<menu>
<li>
Linux/Intel: <a href="libraries/tcltk8.0.5_libs_linux.tar.gz">tcltk8.0.5
libraries</a>. Installation: Unpack package in / (root directory) - <a href="libraries/README_tcltk80_libs.txt">full
instructions</a>.</li>

<li>
Solaris2.6/SUN: <a href="libraries/tcltk8.0.5_libs_solaris26.tar.gz">tcltk8.0.5
libraries</a>. Installation: Unpack package in / (root directory) - <a href="libraries/README_tcltk80_libs.txt">full
instructions</a>.</li>
</menu>

<hr><a href="welcome.html">Back to GRASS GIS pages</a>
<address>
(c) 1998-2000 by Markus Neteler</address>

</body>
</html>

Index: Programming_intro.html
===================================================================
RCS file: /grassrepository/web/tcltkgrass/Programming_intro.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Programming_intro.html	24 Nov 2001 18:28:02 -0000	1.1.1.1
+++ Programming_intro.html	22 Apr 2003 16:06:52 -0000	1.2
@@ -9,7 +9,7 @@
 </HEAD>
 <BODY TEXT="#000000" BGCOLOR="#FFFFE0">
 <pre>
-Welcome to the <a href="../main_tclgrass.html">TclTkGRASS</a>!                      22. December 1999
+Welcome to the <a href="index.html">TclTkGRASS</a>!                      22. December 1999
 
 The programming of new modules within the TCLTKGRASS environment
 is quite easy now.





More information about the grass-web mailing list