~ubuntu-branches/ubuntu/utopic/critcl/utopic

« back to all changes in this revision

Viewing changes to doc/include/rq_tcllib.inc

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura
  • Date: 2013-05-11 00:08:06 UTC
  • Revision ID: package-import@ubuntu.com-20130511000806-7hq1zc3fnn0gat79
Tags: upstream-3.1.9
ImportĀ upstreamĀ versionĀ 3.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
[subsection Tcllib]
 
3
 
 
4
To use Critcl a few packages found in the Tcllib bundle are
 
5
required. These packages are:
 
6
 
 
7
[list_begin enumerated]
 
8
[enum] [package cmdline]
 
9
[enum] [package md5].
 
10
[para] And to accelerate this package, it is recommend to get and
 
11
install one of
 
12
[list_begin enumerated]
 
13
[enum] [package tcllibc]
 
14
[enum] [package md5c]
 
15
[enum] [package Trf]
 
16
[list_end]
 
17
The system will work without them, but can become quite slow,
 
18
especially when handling large code blocks.
 
19
[enum] [package snit]
 
20
[list_end]
 
21
 
 
22
[para] Assuming that ActiveTcl is installed, or some other Tcl
 
23
installation with [syscmd teacup] available, most (not md5c) of these
 
24
packages can be installed via
 
25
 
 
26
[example {
 
27
    teacup install $packagename
 
28
}]
 
29
 
 
30
[para] The [syscmd teacup] command above assumes that ActiveState's
 
31
TEApot repository at [uri http://teapot.activestate.com] is in the
 
32
list of repositories accessible to [syscmd teacup]. This is automatically
 
33
ensured for the ActiveTcl distribution. Others may have to run
 
34
 
 
35
[example {
 
36
    teacup archive add http://teapot.activestate.com
 
37
}]
 
38
 
 
39
to make this happen.
 
40
 
 
41
[para] Now, for those wishing to install the packages from source,
 
42
the CVS repository for the two bundles can be found at
 
43
[uri https://sourceforge.net/projects/tcllib].
 
44
 
 
45
[para] Releases of Tcllib can be found in the associated Files
 
46
section, or CVS can be used to check out the sub-project tcllib.
 
47
 
 
48
[para] Tcllib comes with its own installation instructions. These will
 
49
not be repeated here. If there are problems with its directions please
 
50
file a bug against the Tcllib project at the above url, and not
 
51
Critcl.