ocaml/otherlibs/labltk
Pierre Weis 58cf2e450e Modification du compilateur pour qu'il gère la différence tkEval tkCommand.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2820 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2000-02-15 10:11:12 +00:00
..
browser Incorporation des améliorations de la dernière version de ocamltk41. 2000-02-15 10:09:55 +00:00
builtin Incorporation des améliorations de la dernière version de ocamltk41, 2000-02-15 10:10:26 +00:00
compiler Modification du compilateur pour qu'il gère la différence tkEval tkCommand. 2000-02-15 10:11:12 +00:00
example native compilation before installing 2000-02-01 06:50:59 +00:00
jpf unix -> win32unix 2000-02-01 07:35:33 +00:00
lib LablTk/OCamlBrowser portes sur Windows 2000-02-01 05:43:25 +00:00
support add Tcl/Tk 8.3 2000-02-15 07:25:10 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2531, 1999-11-16 10:22:42 +00:00
Makefile Ajout des modules Int32, Int64 et Nativeint 2000-02-11 15:09:27 +00:00
Makefile.nt LablTk/OCamlBrowser portes sur Windows 2000-02-01 05:43:25 +00:00
README Add to HEAD branch 1999-11-30 14:59:39 +00:00
Widgets.src drastic clean up of the code. slice .cmo size by 2! 1999-12-16 08:37:38 +00:00
labl.gif Add to HEAD branch 1999-11-30 14:59:39 +00:00

README

LablTk41 is a library for interfacing Objective Labl with the scripting
language Tcl/Tk (all versions since 7.5/4.1, but no betas).

In addition to the basic interface with Tcl/Tk, this package contains
 * the LablBrowser code editor / library browser written by Jacques
 Garrigue.
 * the "jpf" library, written by Jun P. Furuse; it contains a "file
 selector" and "balloon help" support
 

REQUIREMENTS:
You must have already installed
 * Objective Label 2.02 Summer edition
    http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/

 * Tcl7.5/Tk4.1 through Tcl/Tk8.2
    http://www.scriptics.com/ or various mirrors

PLATFORMS:
Essentially any Unix/X Window System platform. We have tested
releases on Linux (ELF x86), FreeBSD (x86), SunOS4.1.x (sparc), DEC
OSF/1 V4.0 (alpha), DGUX SVR4 (m88k).  We have not attempted to
compile this package on Windows.

See the INSTALL file for installation instructions.