
DRUN_IN_PLACE=TRUE -DIRRLICHT_LIBRARY=./irrlicht/lib/Linux/libIrrlichtMt.so -DIRRLICHT_INCLUDE_DIR=./irrlicht/include/ echo ZZZZ Compiling Minetest make -j$(nproc) echo ZZZZ Cleaning up apt installs sudo apt clean echo ZZZZ Cleaning up apt-get installs sudo apt-get clean echo ZZZZ Launching Minetest /home/$USER/minetest/bin/minetest ) > Minetest_install_output.
#MINETEST MODS MOBS MOD#
The mod itself doesn't add any mobs, but supplies the API that other mods use to populate the wor. echo ZZZZ Navigating to Minetest Source Dir cd minetest echo ZZZZ Generating Minetest Build Files cmake. Mobsredo is the mostly commonly used Mob API for Minetest. DBUILD_SHARED_LIBS=ON echo ZZZZ Compiling Minetests Fork of Irrlicht make -j$(nproc) echo ZZZZ Navigating to Parent Dir cd.
#MINETEST MODS MOBS INSTALL#
If not, check for errors in the output file “Minetest_install_output.txt” or navigate to, “/home/pi/minetest/bin” and double click on, “minetest” execute it or run this in the terminal,Ĭode: Select all ( echo ZZZZ Updating Apt-Get Repository List sudo apt-get update echo ZZZZ Installing Dependencies sudo apt -y install g++ make libc6-dev libirrlicht-dev cmake libbz2-dev libpng-dev libjpeg-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev echo ZZZZ Cloning Minetest Source git clone -depth 1 echo ZZZZ Cloning Source of Minetests Fork of Irrlicht git clone echo ZZZZ Entering Irrlicht Source dir cd irrlicht echo ZZZZ Generating Minetests Fork of Irrlicht Build Files cmake.
#MINETEST MODS MOBS PASSWORD#
If sudo triggers requests for a password then you’ll need to enter it once at the beginning and once at the end (just for apt/apt-get.) Minetest should run when done. Just replace “pi” near the end of the comamnd with whatever the /home profile path name is you are using. DRUN_IN_PLACE=TRUE -DIRRLICHT_LIBRARY=./irrlicht/lib/Linux/libIrrlichtMt.so -DIRRLICHT_INCLUDE_DIR=./irrlicht/include/ echo ZZZZ Compiling Minetest make -j$(nproc) echo ZZZZ Cleaning up apt installs sudo apt clean echo ZZZZ Cleaning up apt-get installs sudo apt-get clean echo ZZZZ Launching Minetest /home/pi/minetest/bin/minetest ) > Minetest_install_output.txt

echo ZZZZ Navigating to Minetest Source Dir cd minetest echo ZZZZ Generating Minetest Build Files cmake.

Code: Select all ( echo ZZZZ Updating Apt-Get Repository List sudo apt-get update echo ZZZZ Installing Dependencies sudo apt -y install g++ make libc6-dev libirrlicht-dev cmake libbz2-dev libpng-dev libjpeg-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev echo ZZZZ Cloning Minetest Source git clone -depth 1 echo ZZZZ Cloning Source of Minetests Fork of Irrlicht git clone echo ZZZZ Entering Irrlicht Source dir cd irrlicht echo ZZZZ Generating Minetests Fork of Irrlicht Build Files cmake.
