mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 16:40:21 +00:00
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
This commit is contained in:
parent
8249280500
commit
e9c65b6566
Notes:
sideshowbarker
2024-07-19 07:37:38 +09:00
Author: https://github.com/zlotny Commit: https://github.com/SerenityOS/serenity/commit/e9c65b6566d Pull-request: https://github.com/SerenityOS/serenity/pull/1785
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue