aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-02-18 09:09:23 +0000
committerOmar Polo <op@omarpolo.com>2022-02-18 09:09:23 +0000
commited78e81b9c19d27e0898b28f138f2536a286020d (patch)
tree449346b48ac64c3e39e09e024a37ff4006767649 /README.md
parentc273bc0e414a3405a9c009bcf05fd8bae488bfdf (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 1 insertions, 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.