Documentation: Add build dependencies for Fedora

This commit is contained in:
Linus Groh 2020-03-28 20:48:34 +00:00 committed by Andreas Kling
parent 82ca7ae1f8
commit c5cf740830
Notes: sideshowbarker 2024-07-19 08:05:22 +09:00

View File

@ -3,10 +3,16 @@
### Linux prerequisites
Make sure you have all the dependencies installed:
**Debian / Ubuntu**
```bash
sudo apt install build-essential curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs qemu-system-i386 qemu-utils
```
**Fedora**
```bash
sudo dnf install curl mpfr-devel libmpc-devel gmp-devel e2fsprogs @"C Development Tools and Libraries" @Virtualization
```
Ensure your gcc version is >= 8 with `gcc --version`. Otherwise, install it (on Ubuntu) with:
```bash
sudo add-apt-repository ppa:ubuntu-toolchain-r/test