Created by rubenwardy, based on a script by kaeza.
Your build directory should look like this:
- minetest32/ (no games folder)
- minetest64/ (no games folder)
- games/
- minetest_game/
- minimal/
- install.txt (included below)
| -- Written by rubenwardy, WTFPL | |
| -- To use: | |
| -- * Save as mod_debug.lua in builtin/game | |
| -- * add dofile(gamepath.."mod_debug.lua") to the last line of builtin/game/init.lua | |
| -- OR | |
| -- * Install as a mod. Needs to be run before any other mod. | |
| local mod = {} | |
| mod.recipes = {} | |
| mod.aliases = {} |
| sudo apt-get install git-core build-essential libirrlicht-dev cmake libpng12-dev libbz2-dev libjpeg8-dev libgl1-mesa-dev && git clone http://github.com/rubenwardy/nodeboxeditor && cd nodenoxeditor && cmake . && make -j2 && ./bin/nodeboxeditor |
Created by rubenwardy, based on a script by kaeza.
Your build directory should look like this: