From e9c65b6566d3cc7fc6f8056cea5619d3ae87b340 Mon Sep 17 00:00:00 2001 From: Andres Vieira Date: Mon, 13 Apr 2020 17:20:47 +0200 Subject: Meta: Add Arch Linux (and derivatives) build instructions This patch adds a one liner to install all the dependency packages needed to compile and run Serenity on Arch Linux, Manjaro, etc --- Documentation/BuildInstructions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index f917ea6a33..33aeefbf66 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -13,6 +13,11 @@ sudo apt install build-essential curl libmpfr-dev libmpc-dev libgmp-dev e2fsprog sudo dnf install curl mpfr-devel libmpc-devel gmp-devel e2fsprogs @"C Development Tools and Libraries" @Virtualization ``` +**Arch Linux / Manjaro** +```bash +sudo pacman -S base-devel curl mpfr libmpc gmp e2fsprogs qemu qemu-arch-extra +``` + 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 -- cgit v1.2.3