For future reference, here are the steps I followed:
- wget https://github.com/minetest/minetest/archive/0.4.6.zip
- unzip 0.4.6.zip
- cd minetest-0.4.6
- cd games/
- wget https://github.com/minetest/common/archive/0.4.6.zip -O common.zip
- unzip common.zip
- rm common.zip
- mv common-0.4.6 common
- wget https://github.com/minetest/minetest_game/archive/0.4.6.zip -O game.zip
- unzip game.zip
- mv minetest_game-0.4.6 minetest_game
- cd ..
- cmake . -DRUN_IN_PLACE=1
- make -j2
- cd bin
- ./minetestserver
No comments:
Post a Comment