Page 1 of 1

Can someone help with download of 0.4.1 Ubuntu

PostPosted: Thu Sep 06, 2012 14:57
by Razor
Hi i want to compile minetest 0.4.1 for ubuntu through the terminal, but i cannot seem to find anywhere the script or the codes i have to put in to get the actual 0.4.1 app please help with the steps and codes for it.
Thanks
Razor

PostPosted: Thu Sep 06, 2012 16:44
by Calinou
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.4

Extract 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.

PostPosted: Fri Sep 07, 2012 02:09
by madchicken13
There's no need to compile

Download it Here : https://code.launchpad.net/~minetestdevs/+archive/stable/+files/minetestc55_0.4.3-0ppa1~natty1_i386.deb

This is a Debian Package, Click and install ;)

Its Minetest 0.4.3 Sorry

PostPosted: Fri Sep 07, 2012 07:16
by splash
Razor wrote:Hi i want to compile minetest 0.4.1 for ubuntu through the terminal, but i cannot seem to find anywhere the script or the codes i have to put in to get the actual 0.4.1 app please help with the steps and codes for it.
Thanks
Razor


Calinou's instructions are pretty good but, if you want to compile 0.4.1 you need to download the source from
https://github.com/celeron55/minetest/tree/0.4.1

and the minetest-game from
https://github.com/celeron55/minetest_game/tree/0.4.1

Look at the README.txt file for instructions

PostPosted: Fri Sep 07, 2012 13:11
by madchicken13
splash wrote:
Razor wrote:Hi i want to compile minetest 0.4.1 for ubuntu through the terminal, but i cannot seem to find anywhere the script or the codes i have to put in to get the actual 0.4.1 app please help with the steps and codes for it.
Thanks
Razor


Calinou's instructions are pretty good but, if you want to compile 0.4.1 you need to download the source from
https://github.com/celeron55/minetest/tree/0.4.1

and the minetest-game from
https://github.com/celeron55/minetest_game/tree/0.4.1

Look at the README.txt file for instructions


How to Compile This:

1. Move the minetest_game into the games folder in the Main src File

2. open a terminal and inter these commands in order:
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

cd (Drag ur main src folder onto the terminal)

cmake . -DRUN_IN_PLACE=1

make


Once ur done open the src folder and enter the bin folder and run "minetest"
PS : I use Ubuntu Brother! Dont go back to Windows ;)