MinetestMapperGUI-Bundle/README.md

44 lines
1.5 KiB
Markdown
Raw Normal View History

2019-03-09 02:53:01 -08:00
MinetestMapperGUI-Bundle
2019-03-15 09:29:24 -07:00
========================
2019-03-17 05:41:07 -07:00
2019-03-23 02:05:30 -07:00
[![GitHub All Releases](https://img.shields.io/github/downloads/adrido/MinetestMapperGui-Bundle/total.svg)](https://github.com/adrido/MinetestMapperGUI-Bundle/releases)
[![Build status](https://ci.appveyor.com/api/projects/status/c7ms6hu91mirhyn1?svg=true)](https://ci.appveyor.com/project/adrido/minetestmappergui-bundle)![GitHub](https://img.shields.io/github/license/adrido/MinetestMapperGui-Bundle.svg)
2019-03-17 05:41:07 -07:00
2019-03-15 09:29:24 -07:00
Contains the Minetestmapper and the MinetestmapperGui as bundle.
2019-03-23 02:05:30 -07:00
Download
--------
You can find the files on the [Releases](https://github.com/adrido/MinetestMapperGUI-Bundle/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`
2019-03-15 09:29:24 -07:00
Building on Windows
-------------------
Requirements:
- vcpkg https://github.com/Microsoft/vcpkg
2019-03-23 02:05:30 -07:00
- CMake https://cmake.org/
2019-03-15 09:29:24 -07:00
- Qt-Framework https://www.qt.io/
2019-03-23 02:05:30 -07:00
- WIX toolset (optional for creating installer)
2019-03-15 09:29:24 -07:00
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.
2019-03-23 02:05:30 -07:00
Try
```
cmake .
make
```
2019-03-15 09:29:24 -07:00
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.