Update README.txt

master
NF 2017-01-21 17:05:49 +00:00
parent c5e6dab1de
commit 9143f4cf23
1 changed files with 9 additions and 1 deletions

View File

@ -2,4 +2,12 @@ Welcome to MathWorlds!
Just compile the game as you would with minetest and then choose 'MathWorlds' in the mapgen menu! Have fun!
Don't forget to add ''static_spawnpoint = 50,20,0'' to your minetest.conf file or else you will fall into INFINITY!!
Don't forget to add ''static_spawnpoint = 50,20,0'' to your minetest.conf file or else you will fall into INFINITY!!
Instruction to compile:
1. cd to master directory
2. cmake . -DRUN_IN_PLACE=TRUE && make -j2
3. Go to bin folder and run ./minetest