From ed78e81b9c19d27e0898b28f138f2536a286020d Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 18 Feb 2022 09:09:23 +0000 Subject: [PATCH] remove paragraph "locally installed libressl" + some tweaks libtls is now widely available, it's at least on gentoo, arch, void, alpine, fedora and debian sid; there's no need to show how to compile to a locally installed one. --- README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/README.md b/README.md index cbb8d83..4e956ba 100644 --- a/README.md +++ b/README.md @@ -129,28 +129,13 @@ more information. [contrib-page]: https://gmid.omarpolo.com/contrib.html#dockerfile -### Local libretls - -This is **NOT** recommended, please try to port LibreSSL/LibreTLS to -your distribution of choice or use docker instead. - -However, it's possible to statically-link `gmid` to locally-installed -libretls quite easily. (It's how I test gmid on Fedora, for instance) - -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 -levent" - make - ### Testing Execute make regress -to start the suite. Keep in mind that the regression tests will +to start the suite. Keep in mind that the regression tests needs to create files inside the `regress` directory and bind the 10965 port.