OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.12 / pkgs / itcl4.2.2 / README
1 README: Itcl
2
3 This is the 4.2.2 source distribution of Itcl, an object oriented
4 extension for Tcl. Itcl releases are available from Sourceforge at:
5
6 https://sourceforge.net/projects/incrtcl/files/%5Bincr%20Tcl_Tk%5D-4-source/
7
8 1. Introduction
9
10 This directory contains the source code, documentation, and test scripts
11 for the itcl extension. This version is the next major release to follow
12 Itcl 3.4.  This version claims to be script level compatible with Itcl 3.4.
13
14 Itcl is a freely-available open source package as in the past.
15 You can do virtually anything you like with it, such as modifying it,
16 redistributing it, and selling it either in whole or in part.  See the file
17 "license.terms" for complete information.
18
19 2. Compiling and Installing.
20
21 Itcl is built in much the same way that Tcl itself is. Once you have
22 a Tcl build environment set up, you should be able to simply
23 enter the commands:
24
25     cd itcl
26     ./configure
27     make all
28     make test
29     make install
30
31 3. Mailing lists
32
33 SourceForge hosts a mailing list, incrtcl-users to discuss issues with using
34 and developing Itcl. For more information and to subscribe, visit
35
36     http://sourceforge.net/projects/incrtcl
37
38 and go to the 'Mailing Lists' page.
39
40 4. Support
41
42 We are very interested in receiving bug reports, patches, and suggestions
43 for improvements.  We prefer that you send this information to us via the
44 bug database, rather than emailing us directly.  The bug database is at:
45
46         https://core.tcl.tk/itcl/ticket
47
48 We will log and follow-up on each bug, although we cannot promise a
49 specific turn-around time.  Enhancements, reported via the Feature
50 Requests form at the same web site, may take longer and may not happen
51 at all unless there is widespread support for them.
52