mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 12:50:54 +00:00
Merge pull request #42 from KingKili/patch-1
Add perl to the fedora dependencies
This commit is contained in:
commit
e6403893f2
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user