Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Add ninja-build to linux-qemu guide prerequisites #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/linux-qemu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ Find instructions for various Linux distributions as well as macOS below:

sudo apt install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev \
gawk build-essential bison flex texinfo gperf libtool patchutils bc \
zlib1g-dev libexpat-dev git python3
zlib1g-dev libexpat-dev git python3 ninja-build

.. tab:: Fedora/CentOS/RHEL OS

.. code-block:: bash

sudo yum install autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex \
texinfo patchutils gcc gcc-c++ zlib-devel expat-devel git
texinfo patchutils gcc gcc-c++ zlib-devel expat-devel git ninja-build

.. tab:: macOS

.. code-block:: bash

brew install gawk gnu-sed gmp mpfr libmpc isl zlib expat
brew install gawk gnu-sed gmp mpfr libmpc isl zlib expat ninja-build

Getting the sources
-------------------
Expand Down