Skip to content

Commit

Permalink
docs: Fix typo in openssl dep name
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jan 3, 2024
1 parent 431eb9d commit b527c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/building/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ After making these changes, verify that the armhf/arm64 architecture is still en
This is not always required so you may want to proceed first and check if you see errors like `Failed to find OpenSSL development headers`.

- Either install the development headers system-wide:
- For ARMv7: `sudo apt install libssl-dev-dev:armhf`
- For ARMv8 (ARM64): `sudo apt install libssl-dev-dev:arm64`
- For ARMv7: `sudo apt install libssl-dev:armhf`
- For ARMv8 (ARM64): `sudo apt install libssl-dev:arm64`
- Or enable the `vendor` feature for the OpenSSL Rust crate which will affect all other Rust dependencies using the same minor version. You can do so by adding this to the dependencies section in your `Cargo.toml` file:

```toml
Expand Down

0 comments on commit b527c52

Please sign in to comment.