Download the Minetest engine and game here:
https://github.com/celeron55/minetest/tarball/stable-0.4 -
https://github.com/celeron55/minetest_game/tarball/stable-0.4Extract the two .tar.gz files, then open a terminal then type this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev
Type in your password (it will not be shown when typed, this is intended) then install them by confirming.
Use the "cd" command to go to Minetest's folder (if you name it "minetest" then put it in your home folder, type "cd ~/minetest", then type this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
cmake . -DRUN_IN_PLACE=1
cd src
make -j2
Then, take the "minetest_game" folder you extracted then put it in the games/ folder of your Minetest folder. Then run "minetest" in the bin/ folder.