Added revision no.
[ir-tcl-moved-to-github.git] / README
1  
2  * Copyright (C) 1995, Index Data.
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5
6 $Revision: 1.3 $
7
8 Compilation and installation of IrTcl.
9 This is a very early alpha-release of IrTcl.
10
11 In order to compile you need:
12    
13   o  An ANSI-C compiler such as GNU C
14   o  Tcl version 7.3
15   o  YAZ version 0.2 beta or higher
16
17 You may also need:
18
19   o  Tk version 3.6 
20   o  The XTI/mosi package
21
22 Compilation:
23   1) Compile/install yaz/tcl, etc.
24
25   2) Edit Makefile (in current directory)
26      Set MOSI to 1/0
27      Define include directory paths of yaz/tcl/tk
28      Define libraries of yaz/tcl/tk
29
30   3) Type 'make ir-tcl' to make the Tcl version or IrTcl.
31      Type 'make ir-tk' to make the Tk version of IrTcl.
32
33 Install/run:
34
35   4) The resulting files are:
36      ir-tcl                     Tcl version of IrTcl
37      ir-tk                      Tk version of IrTcl
38      marc.tcl/iterate.tcl       small IrTcl scripts
39      client.tcl                 Tk graphical client - automatically
40                                 executed by ir-tk
41      clientrc.tcl               Startup script - read by client.tcl - holds
42                                 user/target definitions.
43      book[1-9]                  Logo - when busy.
44
45   5) Type 'ir-tk' to run the Tk graphical client (client.tcl and 
46      clientrc.tcl should be in current directory)
47
48      Type 'ir-tcl' to run the Tcl client. Very similar to tclsh.
49
50