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
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-devcmake . -DRUN_IN_PLACE=1
cd src
make -j2Razor 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
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
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
makeUsers browsing this forum: No registered users and 9 guests