Diff
Not logged in

Differences From Artifact [2cef1bc23a]:

To Artifact [2a7d2b63a9]:


1
2


3
4
5
6
7
8
9


1
2
3
4
5
6
7
8
9
-
-
+
+







FILE: "/disk01/home/joze/src/tclreadline/README"
LAST MODIFICATION: "Sun, 02 Jul 2000 00:24:48 +0200 (joze)"
FILE: "/home/joze/src/tclreadline/README"
LAST MODIFICATION: "Fre, 08 Dez 2000 01:42:39 +0100 (joze)"
(C) 1998 - 2000 by Johannes Zellner, <johannes@zellner.org>
$Id$
---

tclreadline -- gnu readline for tcl
http://www.zellner.org/tclreadline/
Copyright (c) 1998 - 2000, Johannes Zellner <johannes@zellner.org>
44
45
46
47
48
49
50
51
52
53
54
55

56
57
58


59
60
61
62


63
64
65




66
67
68


69
70
71
72
73
74
75
76
44
45
46
47
48
49
50

51
52
53

54



55
56




57
58



59
60
61
62



63
64

65
66
67
68
69
70
71







-



-
+
-
-
-
+
+
-
-
-
-
+
+
-
-
-
+
+
+
+
-
-
-
+
+
-








    (b) Make sure you have gnu readline 2.2 or higher.
        tclreadline uses the gnu readline callback handler, which
        wasn't implemented in early releases.

    (c) The usual ./configure; make; make install sequence should do the rest.

####### DISABLED ########
    (d) Optionally (or additionally) you can build the executables
        tclshrl and / or wishrl which are a readline enhanced replacement
        for tclsh and wish. To compile these executable you should type
            make tclshrl

        or
            make wishrl
        or
	    ./configure --enable-tclshrl --enable-wishrl

            make shells
        the latter will compile both shells. To install these shells
        you should type
            make install-tclshrl
	(or one of these if you want just tclshrl or wishrl).
	NOTE that these executables need an installed version of
        or
            make install-wishrl
        or
	tclreadline because they need some script files to run
	so you can't test tclshrl/wishrl before installing
	the tclreadline scripts.

            make install-shells
        Building these executables is discouraged but necessary
        on systems which don't support shared libs.
        Building statically linked executables is DISCOURAGED
	but necessary on systems which don't support shared libs.
####### DISABLED ########


4. Using tclreadline for interactive tcl scripting.
---------------------------------------------------

copy the sample.tclshrc to $HOME/.tclshrc. If you use another interpreter
like wish, you should copy the file sample.tclshrc to $HOME/.wishrc