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