From 2deadb2fff5d1667e495167f7e6c17aee3963852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 28 Oct 2021 18:37:41 +0200 Subject: [PATCH] README: improve info on libssl-dev installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9981f3..9bc7e20 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ of sub-implementations for different protocols: - Install Rust with [rustup](https://rustup.rs/) (stable is recommended) - Install cmake with your package manager (e.g., `apt-get install cmake`) -- If you want to run aquatic_ws and are on a Unix-like OS, install the OpenSSL +- If you want to run aquatic_ws and are on Linux or BSD, install OpenSSL components necessary for dynamic linking (e.g., `apt-get install libssl-dev`) - Clone this git repository and enter it