1# README:  Tk
2
3This is the **Tk 8.7a5** source distribution.
4
5You can get any source release of Tk from [our distribution
6site](https://sourceforge.net/projects/tcl/files/Tcl/).
7
88.6 (production release, daily build)
9[![Build Status](https://github.com/tcltk/tk/workflows/Linux/badge.svg?branch=core-8-6-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Linux%22+branch%3Acore-8-6-branch)
10[![Build Status](https://github.com/tcltk/tk/workflows/Windows/badge.svg?branch=core-8-6-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Windows%22+branch%3Acore-8-6-branch)
11[![Build Status](https://github.com/tcltk/tk/workflows/macOS/badge.svg?branch=core-8-6-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22macOS%22+branch%3Acore-8-6-branch)
12<br>
138.7 (in development, daily build))
14[![Build Status](https://github.com/tcltk/tk/workflows/Linux/badge.svg?branch=main)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Linux%22+branch%3Amain)
15[![Build Status](https://github.com/tcltk/tk/workflows/Windows/badge.svg?branch=main)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Windows%22+branch%3Amain)
16[![Build Status](https://github.com/tcltk/tk/workflows/macOS/badge.svg?branch=main)](https://github.com/tcltk/tk/actions?query=workflow%3A%22macOS%22+branch%3Amain)
17
18## <a id="intro">1.</a> Introduction
19
20This directory contains the sources and documentation for Tk, a
21cross-platform GUI toolkit implemented with the Tcl scripting language.
22
23For details on features, incompatibilities, and potential problems with
24this release, see [the Tcl/Tk 8.7 Web page](https://www.tcl.tk/software/tcltk/8.7.html)
25or refer to the "changes" file in this directory, which contains a
26historical record of all changes to Tk.
27
28Tk is maintained, enhanced, and distributed freely by the Tcl community.
29Source code development and tracking of bug reports and feature requests
30take place at [core.tcl-lang.org](https://core.tcl-lang.org/).
31Tcl/Tk release and mailing list services are [hosted by
32SourceForge](https://sourceforge.net/projects/tcl/)
33with the Tcl Developer Xchange hosted at
34[www.tcl-lang.org](https://www.tcl-lang.org).
35
36Tk is a freely available open-source package.  You can do virtually
37anything you like with it, such as modifying it, redistributing it,
38and selling it either in whole or in part.  See the file
39`license.terms` for complete information.
40
41## <a id="tcl">2.</a> See Tcl README.md
42
43Please see the README.md file that comes with the associated Tcl release
44for more information.  There are pointers there to extensive
45documentation.  In addition, there are additional README files
46in the subdirectories of this distribution.
47