File: rq_critcl.inc

package info (click to toggle)
tcllib 2.0%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 83,572 kB
  • sloc: tcl: 306,798; ansic: 14,272; sh: 3,035; xml: 1,766; yacc: 1,157; pascal: 881; makefile: 124; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (44 lines) | stat: -rw-r--r-- 1,634 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

[subsection Critcl]

The [syscmd critcl] tool is an [emph optional] dependency.

[para] It is only required when trying to build the C-based
[term accelerators] for a number of packages, as explained in
[sectref {Critcl & Accelerators}]

[para] [emph Beware]: The C accelerators are [emph {built by default}].

[para] For Unix Tcllib's build system ([cmd sak.tcl]) looks for it in
the [variable PATH], using the name [syscmd critcl].

[para] On Windows on the other hand the search is more complex.

       The build system looks first looks for a proper application
       [syscmd critcl.exe].

       When that is not found it looks for a combination of
       interpreter ([syscmd tclkitsh.exe], [syscmd tclsh.exe]) and
       starkit ([syscmd critcl.kit], [syscmd critcl]) instead.

       [emph Note] that the choice of starkit can be overriden via the
       environment variable [variable CRITCL].

[para] Tcllib 1.21 and older requires Critcl version 2 or higher.

[para] Tcllib 2.0 and newer on the other hand requires Critcl version 3.3 or higher.

[para] The [uri https://andreas-kupries.github.io/critcl Critcl]
provides these releases and the associated sources.

[para] Any branch of the repository can be used (if not using the
prebuild starkit or starpack), although the use of the stable branch
[emph master] is recommended.

[para] At the above url is also an explanation on how to build and
install Critcl, including a list of its dependencies.

[para] Its instructions will not be repeated here.

If there are problems with these directions please file a ticket
against the [term Critcl] project, and not Tcllib.