aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-01-11 10:39:58 +0000
committerOmar Polo <op@omarpolo.com>2024-01-11 10:39:58 +0000
commit3b9388d8d06161b27de52ef14757c96b81f67273 (patch)
treef2828f1a31b70b30295231c28e5f423a7de1d782
parentfa3b4594726dc8d3944942c86773023d56a69166 (diff)
fix the dependencies
libtls is for now bundled
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 99bc0c1..70597f4 100644
--- a/README.md
+++ b/README.md
@@ -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