Page 1 of 1

M13 Minetest-Compiler

PostPosted: Sun Oct 07, 2012 21:47
by madchicken13
This is a Minetest Compiler Program Coded by Me :P
This is For Ubuntu/Debian/Mint Linux
Download (For Minetest 0.4.3): https://dl.dropbox.com/s/p5wzpw6ihzj27zu/m13minetestcompiler-043.zip
Download (For Minetest 0.3.1): https://dl.dropbox.com/s/joho5yuvud79huo/m13minetestcompiler-031.zip

If you want one made for a specific client Leave a Comment here

To Run
Open a Terminal
cd to the self-compiler folder
enter :
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
./compile.sh

Let it compile! :P

PostPosted: Mon Oct 08, 2012 02:13
by madarexxx
Fine idea, but why you don't use original direct link to github?
You can use 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
cd $builddir
wget -O minetest_game.0.4.3.zip https://github.com/celeron55/minetest_game/zipball/master
unzip minetest_game.0.4.3.zip
wget -O minetest-.0.4.3.zip https://github.com/celeron55/minetest/zipball/master
unzip minetest-0.4.3.zip


Instead of

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
echo "Downloading & Unziping Source :P"
cd $builddir
wget https://dl.dropbox.com/s/1dbv637kbr0vrl0/minetest_game.0.4.3.zip
unzip minetest_game.0.4.3.zip
wget https://dl.dropbox.com/s/6e0yvuj2vgnsygp/minetest-0.4.3.zip
unzip minetest-0.4.3.zip