From e6820a452958b1ea7d330bd13e270e90a91dc036 Mon Sep 17 00:00:00 2001 From: Kilian <12865310+KingKili@users.noreply.github.com> Date: Fri, 4 Nov 2022 08:42:12 +0100 Subject: [PATCH] Add perl to the fedora dependencies I added perl to dependencies on fedora, else the compilation of espup fails --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dfed20..8cca45b 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,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 ```