Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlink/itcl
Starlink patched version of itcl
https://github.com/starlink/itcl
Last synced: 3 days ago
JSON representation
Starlink patched version of itcl
- Host: GitHub
- URL: https://github.com/starlink/itcl
- Owner: Starlink
- License: other
- Created: 2012-07-24T04:13:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T19:00:13.000Z (almost 2 years ago)
- Last Synced: 2023-04-21T08:51:00.058Z (over 1 year ago)
- Language: C
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: license.terms
Awesome Lists containing this project
README
README: Itcl
This is the 4.2.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 install3. Mailing lists
SourceForge hosts a mailing list, incrtcl-users to discuss issues with using
and developing Itcl. For more information and to subscribe, visithttp://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.