aboutsummaryrefslogtreecommitdiff
path: root/docs/build-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build-guide.md')
-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).