File: critcl_howto_install.man

package info (click to toggle)
critcl 3.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,680 kB
  • sloc: ansic: 41,058; tcl: 12,090; sh: 7,230; pascal: 3,456; asm: 3,058; ada: 1,681; cpp: 1,001; cs: 879; makefile: 333; perl: 104; xml: 95; f90: 10
file content (51 lines) | stat: -rw-r--r-- 1,872 bytes parent folder | download
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
45
46
47
48
49
50
51
[comment {-*- mode: tcl ; fill-column: 90 -*- doctools manpage}]
[comment {quadrant: how-to}]
[include version.inc]
[manpage_begin critcl_howto_install 3tcl [vset VERSION]]
[include include/module.inc]
[titledesc {How To Install CriTcl}]
[description]
[include include/welcome.inc]

[para] [vset critcl] is installed in four major steps:

[list_begin enumerated]
[enum] [sectref {Install The Requisites}]
[enum] Follow the instructions on [term {How To Get The CriTcl Sources}]
[enum] [sectref {Install The CriTcl Packages}]
[enum] [sectref {Test The Installation}]
[list_end]

It is now possible to follow the instructions on [term {How To Use CriTcl}].

[comment {= = == === ===== ======== ============= =====================}]
[section {Install The Requisites}]

This major step breaks down into three minor steps:

[list_begin enumerated]
[enum] [sectref {Install A Working C Compiler}] and development environment.
[enum] [sectref {Install A Working Tcl Shell}]
[enum] [sectref {Install Supporting Tcl Packages}]
[list_end]

[subsection {Install A Working C Compiler}]	[include include/rq_cc.inc]
[subsection {Install A Working Tcl Shell}]	[include include/rq_tcl.inc]
[subsection {Install Supporting Tcl Packages}]	[include include/rq_tcllib.inc]

[comment {= = == === ===== ======== ============= =====================}]
[section {Install The CriTcl Packages}]

Note that this step has different instructions dependent on the platform [vset critcl] is
to be installed on. In other words, only one of the sub sections applies, the other can be
ignored.

[subsection {Install On Unix}]		[include include/b_unix.inc]
[subsection {Install On Windows}]	[include include/b_windows.inc]

[comment {= = == === ===== ======== ============= =====================}]

[section {Test The Installation}]	[include include/b_test.inc]

[include include/feedback.inc]
[manpage_end]