Overview
Comment: | Include information on what is required to build |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5980af203a7a8ac7917f3739f7d5bbbb |
User & Date: | rkeene on 2018-12-09 02:24:06 |
Other Links: | manifest | tags |
Context
2018-12-09
| ||
22:10 | Added an RPC client REPL check-in: e9fd1f6094 user: rkeene tags: trunk | |
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 | |
Changes
Modified README.md from [178f9e61fb] to [a75cbc04db].
︙ | ︙ | |||
32 33 34 35 36 37 38 39 | - The Tcl package [ip](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/dns&type=tree) - The Tcl package [dns](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/dns&type=tree) - The Tcl package [defer](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/defer&type=tree) - 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/) | > | | > > > > > > | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - The Tcl package [ip](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/dns&type=tree) - The Tcl package [dns](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/dns&type=tree) - The Tcl package [defer](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/defer&type=tree) - 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/) - The curl command On a Debian system you should be able to do the following (to use the package): ``` $ sudo apt install -y tcl8.6 tcllib tcl-udp tcl-tclreadline curl ``` The following packages are sufficient to compile the package: ``` $ sudo apt install -y build-essential tcl8.6-dev ``` |