forked from Mirrorlandia_minetest/minetest
Add Void Linux specifics to build documentation (#13693)
This commit is contained in:
parent
21ecdd5681
commit
e0948f42ab
@ -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
|
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
|
## Download
|
||||||
|
|
||||||
You can install Git for easily keeping your copy up to date.
|
You can install Git for easily keeping your copy up to date.
|
||||||
@ -52,6 +56,10 @@ For Alpine users:
|
|||||||
|
|
||||||
sudo apk add git
|
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:
|
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
|
git clone --depth 1 https://github.com/minetest/minetest.git
|
||||||
|
Loading…
Reference in New Issue
Block a user