# Note: you will probably want to install minetest_game as well, which contains the game data # Note: depends on cmake # Note: depends on irrlicht # Note: depends on openal-soft # Note: depends on libvorbis # Note: depends on jpeg # Note: depends on libpng # Note: depends on sqlite # Note: depends on freetype wget -c https://github.com/minetest/minetest/archive/5.4.1/minetest-5.4.1.tar.gz tar -xzf minetest-5.4.1.tar.gz cd minetest-5.4.1 mkdir -p builddir cd builddir cmake -DCMAKE_INSTALL_PREFIX="/usr" .. make # Doesn't mind -j# make install