Check-in [84a49387e9]
Overview
Comment:Added dependencies
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 84a49387e9205caf2fa84d94018380e1c8016ea37530c2a2672c7b9892c1e9c8
User & Date: rkeene on 2018-07-10 19:27:45
Other Links: manifest | tags
Context
2018-07-10
19:48
Added notes on addresses check-in: 52ac580c8e user: rkeene tags: trunk
19:27
Added dependencies check-in: 84a49387e9 user: rkeene tags: trunk
19:20
Some platforms do not define LONG_LONG_MAX and we really don't need that many bytes of random data anyway, so use a smaller value check-in: 423575338a user: rkeene tags: trunk
Changes

Modified README.md from [e1c114dff2] to [ce5943998b].

12
13
14
15
16
17
18










Tcl Nano
--------
Tcl Nano implements a few different facets of Nano in Tcl, as well as allows
for interoperating with other Nano implementations.

   - [Downloads](/wiki/Downloads)
   - [Manual](/wiki/Manual)

















>
>
>
>
>
>
>
>
>
>
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Tcl Nano
--------
Tcl Nano implements a few different facets of Nano in Tcl, as well as allows
for interoperating with other Nano implementations.

   - [Downloads](/wiki/Downloads)
   - [Manual](/wiki/Manual)

Dependencies
------------
Tcl Nano depends on few other packages:

   - A C compiler (such as _gcc_)
   - A POSIX shell (such as _bash_)
   - The [Tcl interpreter](https://www.tcl-lang.org/)
   - The Tcl package [json](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/json&type=tree)
   - The Tcl package [json::write](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/json&type=tree)