1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00

Meta: Add binutils-devel to fedora build docs

This commit is contained in:
Jacob Lindgren 2021-05-28 19:39:09 -05:00 committed by Linus Groh
parent 6a067e5a1d
commit 8f22af087e

View file

@ -46,7 +46,7 @@ sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2
#### Fedora #### Fedora
```console ```console
sudo dnf install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build patch @"C Development Tools and Libraries" @Virtualization sudo dnf install binutils-devel curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build patch @"C Development Tools and Libraries" @Virtualization
``` ```
#### openSUSE #### openSUSE