浏览代码

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
Andres Vieira 5 年之前
父节点
当前提交
e9c65b6566
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Documentation/BuildInstructions.md

+ 5 - 0
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