From e0948f42ab48af019db525fe4d89fed5a33bf168 Mon Sep 17 00:00:00 2001 From: Nikita K Date: Sun, 30 Jul 2023 16:55:06 +0300 Subject: [PATCH] Add Void Linux specifics to build documentation (#13693) --- doc/compiling/linux.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/compiling/linux.md b/doc/compiling/linux.md index 9f2ab2918..c595b17b2 100644 --- a/doc/compiling/linux.md +++ b/doc/compiling/linux.md @@ -32,6 +32,10 @@ For Alpine users: sudo apk add build-base cmake libpng-dev jpeg-dev libxi-dev mesa-dev sqlite-dev libogg-dev libvorbis-dev openal-soft-dev curl-dev freetype-dev zlib-dev gmp-dev jsoncpp-dev luajit-dev zstd-dev gettext +For Void users: + + sudo xbps-install cmake libpng-devel jpeg-devel libXi-devel mesa sqlite-devel libogg-devel libvorbis-devel libopenal-devel libcurl-devel freetype-devel zlib-devel gmp-devel jsoncpp-devel LuaJIT-devel libzstd-devel gettext + ## Download You can install Git for easily keeping your copy up to date. @@ -52,6 +56,10 @@ For Alpine users: sudo apk add git +For Void users: + + sudo xbps-install git + Download source (this is the URL to the latest of source repository, which might not work at all times) using Git: git clone --depth 1 https://github.com/minetest/minetest.git