aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec59bb0..7a68159 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@ Let's say you have compiled and installed libretls in `$LIBRETLS`,
then you can build `gmid` with
./configure CFLAGS="-I$LIBRETLS/include" \
- LDFLAGS="$LIBRETLS/lib/libtls.a -lssl -lcrypto -lpthread"
+ LDFLAGS="$LIBRETLS/lib/libtls.a -lssl -lcrypto -lpthread -levent"
make
### Testing