

SemiDebug - Partially optimized debug build In that case use -DIRRLICHT_SOURCE_DIR=/the/irrlicht/sourceĬMAKE_BUILD_TYPE - Type of build (Release vs. If you build a bare server, you don't need to have Irrlicht installed. Debug build is slower, but gives much more useful output in a debugger You can select between Release and Debug build by -DCMAKE_BUILD_TYPE= You can disable the client build by specifying -DBUILD_CLIENT=FALSE You can build a bare server by specifying -DBUILD_SERVER=TRUE You will want to use -DRUN_IN_PLACE=FALSE
#Minetest server hosting install
If you want to install it system-wide (or are making a distribution package), LH to see all CMake options and their current state $ git clone -depth 1 games/minetest_gameĭownload minetest_game, without using git:īuild a version that runs directly from the source directory: This is an example for installing git on Debian/Ubuntu:ĭownload source (this is the URL to the latest of source repository, which might not work at all times) using git:ĭownload minetest_game (otherwise only the "Minimal development test" game is available) using git:
#Minetest server hosting how to
If you dont want git, read below on how to get the source without git. You can install git for easily keeping your copy up to date. $ sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-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 A specific file can be specified on the command line: It is created by Minetest when it is ran the first time. Worlds can be found as separate folders in: $user = Contents/User OR ~/Library/Application Support/minetest Settable in the configuration file, see the section below. F4: Disable/Enable Camera update (Mapblocks are not updated anymore when disabled) H: Enable/Disable noclip (needs noclip privilege) J: Enable/Disable fast (needs fast privilege) K: Enable/Disable fly (needs fly privilege) Esc: pause menu (pauses only singleplayer game) Q: drop itemstack (+ SHIFT for single item) Don't expect it to work as well as a finished game will. If you downloaded the Minetest Engine source code in which this file isĬontained, you probably want to download the minetest_game project too: And contributors (see source file comments and the version control log)
