removed template
[webpac] / openisis / tcl / README
1 # openisis - an open implementation of the ISIS database
2 # Version 0.8.x (microversion see file Version)
3 # Copyright (C) 2001-2002 by Erik Grziwotz, erik@openisis.org
4
5 # This library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation; either
8 # version 2.1 of the License, or (at your option) any later version.
9
10 # This library is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # Lesser General Public License for more details.
14
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with this library; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
19 # This software is dedicated to the memory of Eckart Dietrich.
20
21 # This software is inspired by (but contains no code of) the iAPI
22 # Copyright (C) 2000 by Robert Janusz, rj@jezuici.krakow.pl.
23 # See iAPI.txt for what it contains.
24
25 # $Id: README,v 1.2 2003/04/30 17:13:09 kripke Exp $
26 # tcl/tk binding
27
28
29
30 To compile the tcl/tk binding, you need version 8.3.5 of tcl and tk,
31 though it may work with other versions too.
32 The standard GUI application uses D. Richard Hipp's TkHTML 2.0.
33
34 It is recommended, but not necessary, that you create a fresh
35 compile of Tcl/Tk and extensions using the maketcltk script.
36
37 Then use
38         configure <your-install-dir>
39 to create the file make.tcltk,
40 which will contain various settings as appropriate for your installation
41 (e.g. wether it is a shared and/or threaded build).
42
43 Then switch to the tkhtml subdirectory to build tkhtml using
44         make TKHTML=<tkhtml-source-dir> install
45 to install the TkHTML libraries.
46
47 If the environment variable WIN32 is set to something non-empty,
48 maketcltk, configure and the Makefiles will attempt a mingw build.