Add downloading and auto start in client

master
AB in MT 2022-07-07 20:55:31 +03:00 committed by GitHub
parent 15e8906668
commit 8b0ac60a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game
bash mods_download.sh
git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt
cmake . -DRUN_IN_PLACE=TRUE
make -j$(nproc)
./bin/minetest