aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-11 09:12:10 +0000
committerOmar Polo <op@omarpolo.com>2021-02-11 09:12:10 +0000
commit1606927ea12340e93bef807d16cf71371dd016ea (patch)
treef0df6622a82a36fd8579d361a9feb94a943ea5eb /README.md
parent8e56d6adc423e81f47259a50ac5b11a1dd3c9877 (diff)
add -levent in the example
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