Go to file
adrido b0f7f75f33
Add CI Github action (#4)
2020-04-20 16:00:18 +02:00
.github/workflows Add CI Github action (#4) 2020-04-20 16:00:18 +02:00
MinetestMapperGUI@c895212ce0 Update Minetestmapper GUI 2020-04-20 15:41:52 +02:00
Minetestmapper@d8e2635c9e Update Minetestmapper 2020-04-20 15:55:18 +02: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 Change submodule URL of MinetestMapperGUI 2020-04-20 15:33:50 +02: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
Linux32-toolchain.cmake Add Toolchain for x86 linux 2019-03-31 11:50:14 +02: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 Quiet mkdir 2019-03-30 10:09:12 +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.