X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=761784a93669fb62c5b9bc94436ae9b98f8e56e7;hb=a78acc150da77d8c6ef548642dc29622427687a0;hp=6ec9e8ab7f6f1189e97b2a6aada59138eeaab1de;hpb=eb71fbcf75d076d638a0cee0d1418f311135d879;p=ir-tcl-moved-to-github.git diff --git a/README b/README index 6ec9e8a..761784a 100644 --- a/README +++ b/README @@ -3,10 +3,12 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss -$Revision: 1.3 $ +$Revision: 1.4 $ -Compilation and installation of IrTcl. -This is a very early alpha-release of IrTcl. +Quick notes about IrTcl. + +Prerequisites +------------- In order to compile you need: @@ -19,32 +21,52 @@ You may also need: o Tk version 3.6 o The XTI/mosi package -Compilation: - 1) Compile/install yaz/tcl, etc. +Compilation +----------- + + Compile/install yaz/tcl, etc. - 2) Edit Makefile (in current directory) - Set MOSI to 1/0 - Define include directory paths of yaz/tcl/tk - Define libraries of yaz/tcl/tk + Edit Makefile (in current directory) + Set MOSI to 1/0 + Define include directory paths and libraries - 3) Type 'make ir-tcl' to make the Tcl version or IrTcl. - Type 'make ir-tk' to make the Tk version of IrTcl. + Type 'make ir-tcl' to make the Tcl version or IrTcl. + Type 'make ir-tk' to make the Tk version of IrTcl. -Install/run: +Install/run +----------- - 4) The resulting files are: - ir-tcl Tcl version of IrTcl - ir-tk Tk version of IrTcl - marc.tcl/iterate.tcl small IrTcl scripts - client.tcl Tk graphical client - automatically - executed by ir-tk - clientrc.tcl Startup script - read by client.tcl - holds - user/target definitions. - book[1-9] Logo - when busy. + The resulting files are: + ir-tcl Tcl version of IrTcl + ir-tk Tk version of IrTcl. + Options: + -file + Tcl startup script. Default is client.tcl. + -geometry + X11 geometry of main window. + -display + X11 display. + -name + Name of top window. + -logLevel + log level. (fatal, debug, warn, log, all). + -logFile + log file. If omitted stderr is used. + formats/*.tcl Small IrTcl scripts to display + records in different formats. + client.tcl Tk graphical client - normally + executed by ir-tk. + clientrc.tcl Startup script - read by client.tcl - holds + user/target definitions. + clientg.tcl User preferrences - read by client.tcl. + Holds geometry of windows, current display + format, and hot targets. + book[1-9] book logo. + LICENSE License info - read by client.tcl. - 5) Type 'ir-tk' to run the Tk graphical client (client.tcl and - clientrc.tcl should be in current directory) + Type 'ir-tk' to run the Tk graphical client - client.tcl, + clientrc.tcl, book[1-9] and formats/*.tcl should exist! - Type 'ir-tcl' to run the Tcl client. Very similar to tclsh. + Type 'ir-tcl' to run the Tcl client. Very similar to tclsh.