From e08b2a9e92563c2366110c6b70b655897d5800cc Mon Sep 17 00:00:00 2001 From: blueskea Date: Sun, 5 Nov 2023 13:38:39 +0800 Subject: [PATCH] docs: build with openssl (#303) --- docs/build-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build-guide.md b/docs/build-guide.md index d9750688..f1683952 100644 --- a/docs/build-guide.md +++ b/docs/build-guide.md @@ -6,6 +6,7 @@ To use default build settings, run: ``` cargo build --release ``` +You may need to pre-install [openssl](https://docs.rs/openssl/latest/openssl/index.html) dependencies in Unix-like systems. ## Customize the build `rathole` comes with lots of *crate features* that determine whether a certain feature will be compiled or not. Supported features can be checked out in `[features]` of [Cargo.toml](../Cargo.toml).