diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-11 10:39:58 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-11 10:39:58 +0000 |
commit | 3b9388d8d06161b27de52ef14757c96b81f67273 (patch) | |
tree | f2828f1a31b70b30295231c28e5f423a7de1d782 | |
parent | fa3b4594726dc8d3944942c86773023d56a69166 (diff) |
fix the dependencies
libtls is for now bundled
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -84,9 +84,7 @@ server "example.com" { ## Building -gmid depends on libevent2, OpenSSL/LibreSSL and libtls (provided -either by LibreSSL or libretls). At build time, yacc (or GNU bison) -is also needed. +gmid depends on libevent2, LibreSSL or OpenSSL, and yacc or GNU bison. The build is as simple as |