This commit is contained in:
parent
743aab772d
commit
d706ec2d3b
@ -4,7 +4,7 @@ set -e
|
|||||||
|
|
||||||
# Clone Minetest
|
# Clone Minetest
|
||||||
rm -rf minetest
|
rm -rf minetest
|
||||||
git clone https://github.com/TheBrokenRail/minetest.git -b desktop-touch
|
git clone https://github.com/minetest/minetest.git
|
||||||
cd minetest
|
cd minetest
|
||||||
git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game
|
git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game
|
||||||
|
|
||||||
|
@ -13,8 +13,6 @@ apt-get install -y \
|
|||||||
git \
|
git \
|
||||||
dos2unix \
|
dos2unix \
|
||||||
dpkg-dev \
|
dpkg-dev \
|
||||||
wget \
|
|
||||||
subversion \
|
|
||||||
gettext \
|
gettext \
|
||||||
\
|
\
|
||||||
libc6-dev:arm64 \
|
libc6-dev:arm64 \
|
||||||
@ -37,4 +35,6 @@ apt-get install -y \
|
|||||||
libncurses-dev:arm64 \
|
libncurses-dev:arm64 \
|
||||||
libspatialindex-dev:arm64 \
|
libspatialindex-dev:arm64 \
|
||||||
libhiredis-dev:arm64 \
|
libhiredis-dev:arm64 \
|
||||||
libgles2:arm64
|
libgles2:arm64 \
|
||||||
|
libgles-dev:arm64 \
|
||||||
|
libzstd-dev:arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user