diff options
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 |