Skip to content
/ itcl Public

An object-oriented extension to Tcl. (Mirror of core.tcl-lang.org).

License

Notifications You must be signed in to change notification settings

tcltk/itcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
jan.nijtmans
Mar 20, 2025
538f317 · Mar 20, 2025
Nov 1, 2021
Mar 14, 2025
Mar 4, 2025
Mar 4, 2025
Mar 20, 2025
Aug 21, 2024
Oct 3, 2024
Feb 20, 2025
Apr 15, 2024
Feb 28, 2025
Dec 1, 2017
Mar 3, 2025
Mar 3, 2025
Feb 20, 2025
Jan 9, 2009
Jun 18, 2018
Mar 20, 2025
Mar 20, 2025
Jul 31, 2019
Jul 31, 2019
Apr 19, 2021
Feb 20, 2025

Repository files navigation

README: Itcl

This is the 4.3.3 source distribution of Itcl, an object oriented
extension for Tcl. Itcl releases are available from Sourceforge at:

https://sourceforge.net/projects/incrtcl/files/%5Bincr%20Tcl_Tk%5D-4-source/

1. Introduction

This directory contains the source code, documentation, and test scripts
for the itcl extension. This version is the next major release to follow
Itcl 3.4.  This version claims to be script level compatible with Itcl 3.4.

Itcl is a freely-available open source package as in the past.
You can do virtually anything you like with it, such as modifying it,
redistributing it, and selling it either in whole or in part.  See the file
"license.terms" for complete information.

2. Compiling and Installing.

Itcl is built in much the same way that Tcl itself is. Once you have
a Tcl build environment set up, you should be able to simply
enter the commands:

    cd itcl
    ./configure
    make all
    make test
    make install

3. Mailing lists

SourceForge hosts a mailing list, incrtcl-users to discuss issues with using
and developing Itcl. For more information and to subscribe, visit

    http://sourceforge.net/projects/incrtcl

and go to the 'Mailing Lists' page.

4. Support

We are very interested in receiving bug reports, patches, and suggestions
for improvements.  We prefer that you send this information to us via the
bug database, rather than emailing us directly.  The bug database is at:

	https://core.tcl.tk/itcl/ticket

We will log and follow-up on each bug, although we cannot promise a
specific turn-around time.  Enhancements, reported via the Feature
Requests form at the same web site, may take longer and may not happen
at all unless there is widespread support for them.