Added Fedora to install.rst

This commit is contained in:
Tomáš Pilný 2023-08-21 13:59:21 +02:00 committed by Xiang Xiao
parent 7b82a1ac9c
commit ac4c627848
1 changed files with 13 additions and 0 deletions

View File

@ -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: