I have Ubuntu 16.04 and my minetestmapper is working.
You need to download and compile MinetestMapper, official version is
on Github, you also have the doc at the bottom. In short, download the zip and unpack, then use terminal to place yourself in the directory with
cd and run
- Code: Select all
cmake . -DENABLE_LEVELDB=1
make -j2
Then you will have an executable called
minetestmapper, you can use it following the instructions on the Github page, like this:
- Code: Select all
./minetestmapper -i ~/.minetest/worlds/my_world/ -o map.png --drawscale --drawalpha --geometry -800:-800+1600+1600
(this example that will draw a graduated scale at the sides, draw water transparency and limit to 800 nodes in 4 directions)
If you still have troubles, please tell which step isn't working and paste your error messages if you've got some, they may help greatly.