(Copied and improved an earlier post):
I prefer to compile the latest minetest on my Lubuntu, following the steps in the readme.txt on minetest.net, Github under Compiling on GNU/Linux (scroll down untill you find it):
https://github.com/celeron55/minetestYou can copy the next 11 alineas and paste them in your Terminal (Left 'lubuntu' button and then under Accessoires, gives you a medium sized black screen). Copy them one by one, so first the first one, paste it in your terminal and then hit the enter/return key on your keyboard. Then copy the next line, paste it in your terminal and then hit enter, etc, etc... The first alinea is 1 line, although it looks like 2 (to get your libraries (up-to-date)).
NB!! I have made the second link look like code, because otherwise it isn't copied and paste right in this post-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------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
wget
https://github.com/celeron55/minetest/tarball/master -O master.tar.gz
tar xf master.tar.gz
cd celeron55-minetest-1db0334
cd games/
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
wget https://github.com/celeron55/minetest_game/tarball/master -O master.tar.gz
tar xf master.tar.gz
mv celeron55-minetest_game-* minetest_game
cd ..
cmake . -DRUN_IN_PLACE=1
make -j2
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Now you can type exit in your terminal and go to your home folder, where there should be a directory like this:
/home/Markveidemanis/celeron55-minetest-1db0334
Doubleclick bin, and then minetest and choose singleplayer, new
I installed the latest version (11 november 2012) this morning (now) using the lines from above and everything worked. (Actually, rewriting this instruction took 10x more time than compiling minetest). + VanessaE's improvements are incorporated too!
I hope it works for you too or that else others can help you better!