Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.45 KB

MinetestMapperGUI-Bundle

GitHub All Releases Build statusGitHub

Contains the Minetestmapper and the MinetestmapperGui as bundle.

Download

You can find the files on the Releases page

Cloning this repository

As this repository contains submodule its not enough to just download the sourcecode. Instead use git clone --recurse-submodules -j8 https://github.com/adrido/MinetestMapperGUI-Bundle

Building on Windows

Requirements:

Build steps: just execute the build.ps1 script.

Building on Linux

Im trying my best to support Linux too, but I does not have the experience to do so. Im happy about any help I can get here.

Try

cmake .
make

Building on Mac

Im trying my best to support Mac too, but I does not have the experience to do so. Im happy about any help I can get here.