Skip to content

Commit

Permalink
docs: build with openssl (rapiz1#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueskea authored Nov 5, 2023
1 parent 84c04ab commit e08b2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/build-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e08b2a9

Please sign in to comment.