diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-21 13:14:55 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-21 13:14:55 +0000 |
commit | 04397b32938b5934efa096d9218b93a31c73fe6c (patch) | |
tree | 3ec773b2078641ab9277814a1ea6c70d0f50300f /README.md | |
parent | 8f0da580686d7a40eb710809ee2500eb57ba7830 (diff) |
typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -71,11 +71,11 @@ your distribution of choice or use docker instead. However, it's possible to link `gmid` to locally-installed libtls quite easily. (It's how I test gmid on Fedora, for instance) -Let's say you have compiled and installed libressl in `$LIBRESSL`, +Let's say you have compiled and installed libretls in `$LIBRETLS`, then you can build `gmid` with - ./configure CFLAGS="-I$LIBRESSL/include" \ - LDFLAGS="$LIBRESSL/lib/libtls.a -lssl -lcrypto" + ./configure CFLAGS="-I$LIBRETLS/include" \ + LDFLAGS="$LIBRETLS/lib/libtls.a -lssl -lcrypto" make (Fedora requires also `-lpthread` for some reason) |