Merge pull request #42 from KingKili/patch-1

Add perl to the fedora dependencies
This commit is contained in:
Sergio Gasquez Arcos 2022-11-04 09:19:55 +01:00 committed by GitHub
commit e6403893f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,11 @@ sudo apt-get install -y git python3 python3-pip gcc build-essential curl pkg-con
- `libtinfo5` is required by LLVM 15.
- Fedora
```sh
sudo dnf -y install git python3 python3-pip gcc systemd-devel ncurses-compat-libs
sudo dnf -y install git python3 python3-pip perl gcc systemd-devel ncurses-compat-libs
```
- `systemd-devel` is only required when installing `cargo-espflash`.
- `python3` and `python3-pip` are only required when installing ESP-IDF.
- `perl` is required to build openssl-sys
- `ncurses-compat-libs` is required by LLVM 15.
- openSUSE Thumbleweed/Leap
```