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
Notes: sideshowbarker 2024-07-18 09:58:45 +09:00

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