Skip to content

Commit

Permalink
πŸ“ mention possilbe prerequisites for esp-idf
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollbrecht committed Nov 2, 2023
1 parent 0c80595 commit ffaea59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/installation/std-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ Regardless of the target architecture, make sure you have the following required
cargo install ldproxy
```

The `std` runtime uses [ESP-IDF][esp-idf-github] (Espressif IoT Development Framework) as hosted environment but, users don't need to install it. ESP-IDF is automatically downloaded and installed by [esp-idf-sys][esp-idf-sys-github], a crate that all `std` projects need to use, when building a `std` application.
The `std` runtime uses [ESP-IDF][esp-idf-github] (Espressif IoT Development Framework) as hosted environment but, users don't need to install it. ESP-IDF is automatically downloaded and installed by [esp-idf-sys][esp-idf-sys-github], a crate that all `std` projects need to use, when building a `std` application.
For Linux/MacOS users its requiret is to have the [ESP-IDF prerequisites][esp-idf-install-guide] installed.
[rust-esp-book-overview-std]: ../overview/using-the-standard-library.md
[python-website-download]: https://www.python.org/downloads/
[git-website-download]: https://git-scm.com/downloads
[embuild-github-ldproxy]: https://github.com/esp-rs/embuild/tree/master/ldproxy
[esp-idf-sys-github]: https://github.com/esp-rs/esp-idf-sys
[esp-idf-github]: https://github.com/espressif/esp-idf
[esp-idf-install-guide]: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#step-1-install-prerequisites

0 comments on commit ffaea59

Please sign in to comment.