aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar blueskea <blueskea@gmail.com> 2023-11-05 13:38:39 +0800
committerGravatar GitHub <noreply@github.com> 2023-11-05 13:38:39 +0800
commite08b2a9e92563c2366110c6b70b655897d5800cc (patch)
treec14345b2ccd1a89904cc137dacd7a595d6b711f2
parent84c04ab9df3a68dfcf7932bf3550c3e436d10204 (diff)
downloadrathole-e08b2a9e92563c2366110c6b70b655897d5800cc.tar.gz
rathole-e08b2a9e92563c2366110c6b70b655897d5800cc.tar.zst
rathole-e08b2a9e92563c2366110c6b70b655897d5800cc.zip
docs: build with openssl (#303)
-rw-r--r--docs/build-guide.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/build-guide.md b/docs/build-guide.md
index d975068..f168395 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).