diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-11 09:12:10 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-11 09:12:10 +0000 |
commit | 1606927ea12340e93bef807d16cf71371dd016ea (patch) | |
tree | f0df6622a82a36fd8579d361a9feb94a943ea5eb /README.md | |
parent | 8e56d6adc423e81f47259a50ac5b11a1dd3c9877 (diff) |
add -levent in the example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |