Go to file
Unknown f1b4f34600 Update Submodules 2019-03-24 05:44:23 +01:00
MinetestMapperGUI@328eef4673 Update Submodules 2019-03-24 05:44:23 +01:00
Minetestmapper@9a8e5be8ee Update Submodules 2019-03-24 05:44:23 +01:00
cmake Add WIX Installer 2019-03-17 15:29:22 +01:00
.gitignore Add CMake Buildsystem 2019-03-15 17:29:24 +01:00
.gitmodules Added Minetestmapper and MinetestMapperGUI as submodules 2019-03-09 11:57:51 +01:00
CMakeLists.txt Dont create a Startmenu folder. 2019-03-23 09:27:12 +01:00
LICENSE.txt Add WIX Installer 2019-03-17 15:29:22 +01:00
README.md Update readme 2019-03-24 03:40:28 +01:00
WIX_UI_BANNER.BMP Add WIX Installer 2019-03-17 15:29:22 +01:00
WIX_UI_DIALOG.BMP Add WIX Installer 2019-03-17 15:29:22 +01:00
build.ps1 Add WIX Installer 2019-03-17 15:29:22 +01:00

README.md

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.