add -levent in the example

This commit is contained in:
Omar Polo 2021-02-11 09:12:10 +00:00
parent 8e56d6adc4
commit 1606927ea1
1 changed files with 1 additions and 1 deletions

View File

@ -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