mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-21 23:13:53 +01:00
Update README
This commit is contained in:
parent
de94ab8aa6
commit
7d81fc3b11
@ -1,7 +1,7 @@
|
|||||||
Minetest Mapper C++
|
Minetest Mapper C++
|
||||||
===================
|
===================
|
||||||
|
|
||||||
A port of minetestmapper.py to C++ from https://github.com/celeron55/minetest/tree/master/util
|
A port of minetestmapper.py to C++ from https://github.com/minetest/minetest/tree/master/util
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
@ -15,20 +15,18 @@ Compilation
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
git clone git://github.com/mireq/minetest-mapper-cpp.git minetest-mapper-cpp
|
|
||||||
cd minetest-mapper-cpp/
|
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Binary `minetest_mapper` has two mandatory paremeters, `-i` (input world path)
|
Binary `minetestmapper` has two mandatory paremeters, `-i` (input world path)
|
||||||
and `-o` (output image path).
|
and `-o` (output image path).
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
./minetest_mapper -i /home/user/.minetest/worlds/my_world/ -o /home/user/map.png
|
./minetestmapper -i ~/.minetest/worlds/my_world/ -o ~/map.png
|
||||||
|
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user