https://github.com/activestate/tdk
Tcl Dev Kit (TDK)
https://github.com/activestate/tdk
Last synced: 4 months ago
JSON representation
Tcl Dev Kit (TDK)
- Host: GitHub
- URL: https://github.com/activestate/tdk
- Owner: ActiveState
- License: bsd-3-clause
- Created: 2018-02-09T15:06:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T21:05:06.000Z (about 2 years ago)
- Last Synced: 2025-02-26T17:48:20.169Z (over 1 year ago)
- Language: Tcl
- Homepage:
- Size: 3.72 MB
- Stars: 69
- Watchers: 38
- Forks: 36
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDK
Tcl Dev Kit (TDK)
# Overview
Tcl Dev Kit (TDK) includes everything you need for fast development of self-contained, easily-deployable applications. Turn your Tcl programs into ready-to-run executables, starkits or starpacks, for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX.
Simplify development with tools for finding and fixing bugs, managing complex code bases and optimizing your programs. Easily reveal unused or overused code with the coverage and hotspot analyzer. Take control and work the way you want with a choice of GUIs or command line interfaces for most tools.
# General structure / directory organization
* app - application sources, including main entry points. Some
debug helper code which can be sourced by apps.
* data - Images used by the apps.
* docs - Internal dev notes and the official documentation.
* lib - All the supporting packages. Some overlap with the `teapot`
project.
* misc - A hack-week project, incomplete, which never made it into
the product.
* pkg-src - Sources for the `win32 package. Written in C for access
to some Windows system information (mainly paths).
# Images
* `data/images/about.gif` is a placeholder for the background image
of an about dialog. The supplied image is all-grey.
Note: It is actually not clear if this image is still referenced,
and if yes, where.
* `artwork/splash.png` is a similar placeholder, for the splash
screen.
Note: The places referencing this image (`app/*/main.tcl`) are
written on the assumption of unwrapped execution in the directory
structure of the checkout. The knowledge of the expected
structure is used to locate the image relative to the code file
referencing it.
For wrapped execution the original build system put the file
`main_std.tcl` into the app as `ms.tcl` and added the splash
setup code referencing the wrapped image.
# License
Copyright (c) 2018 ActiveState Software
Tcl Dev Kit (TDK) is released under the BSD-3 license. See LICENSE file for details.