1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:27:45 +00:00

Documentation: Added build instructions for Void Linux

This commit is contained in:
Yori 2021-07-08 14:30:21 -04:00 committed by Andreas Kling
parent 5af4f8041f
commit 897ca104f9

View file

@ -74,6 +74,12 @@ sudo zypper install curl cmake mpfr-devel mpc-devel ninja gmp-devel e2fsprogs pa
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync
```
#### Void Linux
```console
sudo xbps-install -S base-devel cmake curl mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja qemu ccache rsync
```
#### ALT Linux
```console