From ac4c62784879be4fa564696197e2567378919060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Piln=C3=BD?= Date: Mon, 21 Aug 2023 13:59:21 +0200 Subject: [PATCH] Added Fedora to install.rst --- Documentation/quickstart/install.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/quickstart/install.rst b/Documentation/quickstart/install.rst index 5070ef36bc..a54020577b 100644 --- a/Documentation/quickstart/install.rst +++ b/Documentation/quickstart/install.rst @@ -27,6 +27,19 @@ First, install the following set of system dependencies according to your Operat libgmp-dev libmpc-dev libmpfr-dev libisl-dev binutils-dev libelf-dev \ libexpat-dev gcc-multilib g++-multilib picocom u-boot-tools util-linux +.. tab:: Linux (Fdora / RPM based) + + Run the following command to install packages: + + .. code-block:: console + + sudo dnf install \ + bison flex gettext texinfo ncurses-devel ncurses ncurses-compat-libs \ + gperf automake libtool pkgconfig @development-tools gperf genromfs \ + gmp-devel mpfr-devel libmpc-devel isl-devel binutils-devel elfutils-libelf-devel \ + expat-devel gcc-c++ g++ picocom uboot-tools util-linux + + .. tab:: macOS Run the following command to install packages: