docs: 📝 Add fedora dependencies

This commit is contained in:
Sergio Gasquez 2022-10-20 11:08:28 +00:00
parent 0b33434db4
commit e7c423b59d

View File

@ -27,8 +27,11 @@ developing applications in Rust for Espressif SoC's.
### Linux ### Linux
- Ubuntu/Debian - Ubuntu/Debian
```sh ```sh
apt-get install -y git curl gcc clang ninja-build cmake libudev-dev unzip xz-utils \ apt-get install -y git python3 python3-pip gcc build-essential curl pkg-config libudev-dev
python3 python3-pip python3-venv libusb-1.0-0 libssl-dev pkg-config libtinfo5 libpython2.7 ```
- Fedora
```sh
dnf -y install git python3 python3-pip gcc openssl1.1 systemd-devel
``` ```
## Installation ## Installation