mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:17:43 +00:00
Documentation: Add build dependencies for Fedora
This commit is contained in:
parent
82ca7ae1f8
commit
c5cf740830
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue