浏览代码

docs: build with openssl (#303)

blueskea 2 年之前
父节点
当前提交
e08b2a9e92
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/build-guide.md

+ 1 - 0
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).