diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-17 13:53:08 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-17 13:53:08 +0000 |
commit | 5f564d23e9ea96fd6565ee4099fba6c31b71567e (patch) | |
tree | 349efbd6236e0838997797f361603c2e693b9d75 /README.md | |
parent | 65fba1d570390381f99396a547094f8b33f26ebf (diff) |
mention libretls
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -32,9 +32,9 @@ mind: on Linux, FreeBSD and OpenBSD is sandboxed via `seccomp(2)`, ## Building -gmid depends on a POSIX libc and libtls (part of LibreSSL). It can -probably be linked against libretls, but I've never tried. At build -time, flex and yacc (or GNU bison) are also needed. +gmid depends on a POSIX libc and libtls (provided either by LibreSSL +or libretls). At build time, flex and yacc (or GNU bison) are also +needed. The build is as simple as |