Skip to content

Commit

Permalink
docs: Document vendored-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored and jessebraham committed Jul 26, 2023
1 parent 4e7c018 commit c80b91b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cargo-espflash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,15 @@ If you would like to flash from a Raspberry Pi using the built-in UART periphera
cargo install cargo-espflash --features=raspberry
```

[libuv]: (https://libuv.org/)
[cargo-binstall]: (https://github.com/cargo-bins/cargo-binstall)
By default, in Unix systems, we use the [`vendored-openssl` Cargo feature] which may require additional tools such as `perl` and `make`. To disable this feature, use:
```
OPENSSL_NO_VENDOR=1 cargo install cargo-espflash
```

[libuv]: https://libuv.org/
[cargo-binstall]: https://github.com/cargo-bins/cargo-binstall
[releases]: https://github.com/esp-rs/espflash/releases
[`vendored-openssl` Cargo feature]: https://github.com/rust-lang/cargo#compiling-from-source

## Usage

Expand Down

0 comments on commit c80b91b

Please sign in to comment.