Check-in [0ef392fc53]
Overview
Comment:Fixed package name
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0ef392fc53a9b0b81a51bf4afc3dc6472b2ffb41aa365cc5b20fbae464653638
User & Date: rkeene on 2018-12-09 01:51:44
Other Links: manifest | tags
Context
2018-12-09
02:24
Include information on what is required to build check-in: 5980af203a user: rkeene tags: trunk
01:51
Fixed package name check-in: 0ef392fc53 user: rkeene tags: trunk
2018-12-08
23:13
Post-release version increment check-in: 11a9f86263 user: rkeene tags: trunk
Changes

Modified README.md from [4b6cbf9c21] to [178f9e61fb].

36
37
38
39
40
41
42
43
44
   - The Tcl package [lmdb](https://github.com/ray2501/tcl-lmdb)
   - The Tcl package [udp](http://tcludp.sourceforge.net/)
   - The Tcl package [tclreadline](http://tclreadline.sourceforge.net/)

On a Debian system you should be able to do the following:

```
$ sudo apt install -y tcl86 tcllib tcl-udp tcl-tclreadline
```







|

36
37
38
39
40
41
42
43
44
   - The Tcl package [lmdb](https://github.com/ray2501/tcl-lmdb)
   - The Tcl package [udp](http://tcludp.sourceforge.net/)
   - The Tcl package [tclreadline](http://tclreadline.sourceforge.net/)

On a Debian system you should be able to do the following:

```
$ sudo apt install -y tcl8.6 tcllib tcl-udp tcl-tclreadline
```