mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 13:11:46 +03:00
Meta: Add ALT Linux packages to BuildInstructions.md (#2688)
This commit is contained in:
parent
b6853a118a
commit
188c83328f
Notes:
sideshowbarker
2024-07-19 05:11:43 +09:00
Author: https://github.com/petr-akhlamov 🔰 Commit: https://github.com/SerenityOS/serenity/commit/188c83328f0 Pull-request: https://github.com/SerenityOS/serenity/pull/2688 Reviewed-by: https://github.com/tgsm
@ -20,6 +20,11 @@ sudo dnf install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs @"C Deve
|
||||
sudo pacman -S base-devel cmake curl mpfr libmpc gmp e2fsprogs qemu qemu-arch-extra
|
||||
```
|
||||
|
||||
**ALT Linux**
|
||||
```bash
|
||||
apt-get install curl cmake libmpc-devel gmp-devel e2fsprogs libmpfr-devel patch gcc
|
||||
```
|
||||
|
||||
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 New Issue
Block a user