Purpose: to discuss on what platforms the specific 8.5 version of [Tcl] runs, and point to pages that discuss particular issues relating to the various operating systems. The [On What Platforms Does Tcl Run] page has become quite old, outdated and cluttered with a messy mix of assorted information that only applies to older versions of Tcl. Some of it is dubious/unverified. Many topics of this wiki are broken into many pages, one for each historical version of Tcl. That system provides for better focus and organization of the data in certain cases. Tcl 8.5 runs on the following platforms: * [AIX] IBM - Binaries can be found at places like [ActiveTcl]. * [BSD] [Unix] variations such as [FreeBSD], [NetBSD], [OpenBSD]. Most BSD distributions come with Tcl and Tk as installable packages, and sources should compile just fine. * [HP-UX] - Binaries can be found at places like [ActiveTcl]. * [Linux] x86 - Most current Linux distributions come with Tcl and Tk as installable packages, and sources should compile just fine. Binaries can be found at places like [ActiveTcl] as well as the various distro repositories. * [Linux] 64-bit - Most current Linux distributions come with Tcl and Tk as installable packages, and sources should compile just fine. Binaries can be found at places like [ActiveTcl] as well as the various distro repositories. * [MacOS X], [Apple] - binaries can be found on http://sf.net/projects/tcl and other places. * [Solaris 8+ SPARC] - Tcl and Tk build fine on both Intel and SPARC Solaris (if you have a compiler like gcc or Sun's unbundled C compiler), and otherwise the binaries can be found at places like [ActiveTcl] [http://www.activestate.com/activetcl/downloads/] or the Solaris freeware web site. * [Solaris x86] - Tcl and Tk build fine on both Intel and SPARC Solaris (if you have a compiler like gcc or Sun's unbundled C compiler), and otherwise the binaries can be found at places like [ActiveTcl] or the Solaris freeware web site. * [Windows] 32-bit, [Microsoft] - 9.x, ME, NT, XP, Vista (all of them???) * [Windows] 64-bit, [Microsoft] - WinXP and Vista. (can anyone confirm???) * [Windows/CE]/[PocketPC], [Microsoft]. (can anyone confirm???) '''NOTES:''' Tk 8.5 may not run on some of the above platforms. (Does that warrant a separate page for Tk?) If you can confirm that Tcl/Tk 8.5 works on any platform not included in this page, please update the info. Download sites: * Official Tcl/Tk's community Web site: http://www.tcl.tk/software/tcltk/download.html * [ActiveState]: http://www.activestate.com/activetcl/downloads/ Any other good place for downloading Tcl/Tk 8.5? ---- See also: * [On What Platforms Does Tcl Run] * [On What Platforms Does Tcl 8.6 Run] * [Cross Platform differences in Tcl/Tk] * [What should I be sure to do so my Tcl based programs run cross platform] * [How should I then code if I want my program to run on most platforms] * [tcl_platform] ---- !!!!!! %|[Category Porting]|% !!!!!!