File: critcl_howto_sources.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 (48 lines) | stat: -rw-r--r-- 1,526 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
[comment {-*- mode: tcl ; fill-column: 90 -*- doctools manpage}]
[comment {quadrant: how-to}]
[include version.inc]
[manpage_begin critcl_howto_sources 3tcl [vset VERSION]]
[include include/module.inc]
[titledesc {How To Get The CriTcl Sources}]
[description]
[include include/welcome.inc]

[para] The sources for [vset critcl] are retrieved in two easy steps:

[list_begin enumerated]
[enum] [sectref {Install the Git Source Code Manager}]
[enum] [sectref {Retrieve The Sources}]
[list_end]

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

[comment {= = == === ===== ======== ============= =====================}]
[section {Install the Git Source Code Manager}]

[vset critcl]'s sources are managed by the popular [vset git_home].

[para] Binaries of clients for popular platforms can be found at the [vset git_binaries].

[para] See also if your operating system's package manager provides clients and associated
tools for installation. If so, follow the instructions for the installation of such
packages on your system.

[comment {= = == === ===== ======== ============= =====================}]
[section {Retrieve The Sources}]

[list_begin enumerated]
[enum] Choose a directory for the sources, and make it the working directory.

[enum] Invoke the command
[example_begin]
git clone [vset project_home]
[example_end]

[enum] The working directory now contains a sub-directory [file critcl] holding the
sources of [vset critcl].

[list_end]

[include include/feedback.inc]
[manpage_end]