diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-07-11 22:19:11 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-12 12:28:01 +0200 |
commit | 7f6e148e17c3febfa6ad530e70c42273970624fc (patch) | |
tree | 33d5400b96f025366dc25b27e4e3a778c9c4ae5f /Documentation/BuildInstructionsOther.md | |
parent | cbdc7f9e416857d2c20f0c147bfa1481ccb22ddc (diff) | |
download | serenity-7f6e148e17c3febfa6ad530e70c42273970624fc.zip |
Documentation: Shuffle around systems in the build instruction docs
The crowd has spoken and it's clear they want... Windows and Arch Linux.
Diffstat (limited to 'Documentation/BuildInstructionsOther.md')
-rw-r--r-- | Documentation/BuildInstructionsOther.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/BuildInstructionsOther.md b/Documentation/BuildInstructionsOther.md index b8c2e039ad..56e1d435b9 100644 --- a/Documentation/BuildInstructionsOther.md +++ b/Documentation/BuildInstructionsOther.md @@ -1,15 +1,15 @@ # Installing build requisites on other systems -## openSUSE +### Fedora ```console -sudo zypper install curl cmake mpfr-devel mpc-devel ninja gmp-devel e2fsprogs patch qemu-x86 qemu-audio-pa gcc gcc-c++ ccache rsync patterns-devel-C-C++-devel_C_C++ +sudo dnf install binutils-devel curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build patch ccache rsync @"C Development Tools and Libraries" @Virtualization ``` -## Arch Linux / Manjaro +## openSUSE ```console -sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync +sudo zypper install curl cmake mpfr-devel mpc-devel ninja gmp-devel e2fsprogs patch qemu-x86 qemu-audio-pa gcc gcc-c++ ccache rsync patterns-devel-C-C++-devel_C_C++ ``` ## Void Linux |