Can someone help with download of 0.4.1 Ubuntu

Razor
Member
 
Posts: 99
Joined: Mon Aug 13, 2012 06:23

Can someone help with download of 0.4.1 Ubuntu

by Razor » Thu Sep 06, 2012 14:57

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
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Thu Sep 06, 2012 16:44

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.
 

User avatar
madchicken13
Member
 
Posts: 741
Joined: Mon Jun 11, 2012 00:41

by madchicken13 » Fri Sep 07, 2012 02:09

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
Last edited by madchicken13 on Fri Sep 07, 2012 02:10, edited 1 time in total.
 

User avatar
splash
Member
 
Posts: 12
Joined: Mon Jul 02, 2012 10:46

by splash » Fri Sep 07, 2012 07:16

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
 

User avatar
madchicken13
Member
 
Posts: 741
Joined: Mon Jun 11, 2012 00:41

by madchicken13 » Fri Sep 07, 2012 13:11

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 ;)
Last edited by madchicken13 on Fri Sep 07, 2012 13:12, edited 1 time in total.
 


Return to Minetest Servers

Who is online

Users browsing this forum: No registered users and 8 guests

cron