mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add build dependencies for Fedora
This commit is contained in:
parent
82ca7ae1f8
commit
c5cf740830
Notes:
sideshowbarker
2024-07-19 08:05:22 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/c5cf740830e Pull-request: https://github.com/SerenityOS/serenity/pull/1522
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…
Reference in a new issue