commit - e9ac8ffb81b959aef62a5b522a7e340da6ffd597
commit + 62e037f1de942562a70addbbb4695c524f660160
blob - 5de870f8e8a063267a51295a5029e4eb95851dd0
blob + 3ddc2fae3fb48b06b39d70257973dde129ab63bd
--- .github/README.md
+++ .github/README.md
DEPENDENCIES
============
+Note that the names of these libraries are indicative only; the names might
+vary.
+
Linux:
* `libncurses` (for tog(1))
* `libz` (for Z compression)
* `pkg-config` (for searching libraries)
* `bison` (for configuration file grammar)
+* `libtls` (may be known as `libretls`)
FreeBSD:
* `automake`
* `pkgconf`
* `libevent` (for gotwebd)
+* `libretls`
NetBSD:
* `libuuid`
* `ncuresesw`
* `libevent` (for gotwebd)
+* `libretls`
DragonFlyBSD:
* `pkgconf`
* `openssl`
* `libevent` (for gotwebd)
+* `libretls`
Darwin (MacOS):
* `openssl`
* `ossp-uuid`
* `libevent` (for gotwebd)
+* `libtls`
TESTS (REGRESS)
===============
blob - 28648c1a40c60540523441659d59afee69052e7e
blob + 68926998bd2db00bc8eb0b4f1c987174e4119875
--- README.portable
+++ README.portable
DEPENDENCIES
============
+Note that the names of these libraries are indicative only; the names might
+vary.
+
Linux:
* `libncurses` (for tog(1))
* `pkg-config` (for searching libraries)
* `bison` (for configuration file grammar)
* `libevent` (for gotwebd)
+* `libtls` (may be known as `libretls`)
FreeBSD:
* `automake`
* `pkgconf`
+* `libretls`
* `libevent` (for gotwebd)
NetBSD:
* `libuuid`
* `ncuresesw`
* `libevent` (for gotwebd)
+* `libretls`
DragonFlyBSD:
* `pkgconf`
* `openssl`
* `libevent` (for gotwebd)
+* `libretls`
Darwin (MacOS):
* `openssl`
* `ossp-uuid`
* `libevent` (for gotwebd)
+* `libretls`
TESTS (REGRESS)
===============