Changes To Kit Selector Service
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2019 Conference, Houston/TX, US, Nov 4-8
Send your abstracts to tclconference@googlegroups.com
or submit via the online form by Sep 9.

Changes to "Kit Selector Service" between 2014-06-22 13:58:08 and 2014-06-22 13:58:29

1
2
3
4
5
6
7
8
9
10
11
12

1
2
3
4
5
6
7
8
9
10
11

12











-
+
Automated Kit Selection
=======================

TclKits offers an automated selector for downloading a TclKit for a specific architecture.  Request a URL in the format of:

    http://tclkits.rkeene.org/kit/<os>/<cpu>/<tclVersionRequrement>/filename

In general, the following will work:

    $ wget http://tclkits.rkeene.org/kit/`uname -s`/`uname -m`/8/tclkit

An interactive selector is presented instead of a TclKit if any of these fields are omitted.
An [interactive selector](http://tclkits.rkeene.org/kit) is presented instead of a TclKit if any of these fields are omitted.