Wednesday 17 April 2013

Upgrading Debian Server to Minetest Version 0.4.6

I've just upgraded the Minetest server to version 0.4.6.  This was just a case of following the details in the README file.


For future reference, here are the steps I followed:

  1. wget https://github.com/minetest/minetest/archive/0.4.6.zip
  2. unzip 0.4.6.zip
  3. cd minetest-0.4.6
  4. cd games/
  5. wget https://github.com/minetest/common/archive/0.4.6.zip -O common.zip
  6. unzip common.zip
  7. rm common.zip
  8. mv common-0.4.6 common
  9. wget https://github.com/minetest/minetest_game/archive/0.4.6.zip -O game.zip
  10. unzip game.zip
  11. mv  minetest_game-0.4.6 minetest_game
  12. cd ..
  13. cmake . -DRUN_IN_PLACE=1
  14. make -j2
  15. cd bin
  16. ./minetestserver
 I left all that running in a screen session that I then detached from.  It is working great so far.

No comments: