diff --git a/README.txt b/README.txt index 5006cd76..5b7bd9db 100644 --- a/README.txt +++ b/README.txt @@ -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!! \ No newline at end of file +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