From 897ca104f95939ba64ed8286c46cc5cc9c767d12 Mon Sep 17 00:00:00 2001 From: Yori <6570941+Yorizuka@users.noreply.github.com> Date: Thu, 8 Jul 2021 14:30:21 -0400 Subject: [PATCH] Documentation: Added build instructions for Void Linux --- Documentation/BuildInstructions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index c3bd555387..a38c13240f 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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