MinetestMapperGUI/README.md

47 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2020-04-20 08:09:37 -07:00
# README ![CI](https://github.com/adrido/MinetestMapperGUI/workflows/CI/badge.svg)
2015-05-26 07:32:39 -07:00
MinetestMapperGui is a program written in C++ using the Qt framework that executes the minetestmapper over an graphical interface.
2020-04-20 08:03:35 -07:00
## Note ##
This Repository only contains the MinetestmapperGUI, If you are searching the full Package (including minetestmapper) please look [here](https://github.com/adrido/MinetestMapperGUI-Bundle).
2015-05-26 07:32:39 -07:00
2020-04-20 08:03:35 -07:00
## Getting Started ##
2015-05-26 07:32:39 -07:00
2020-04-20 08:03:35 -07:00
### Installing ###
2015-05-26 07:32:39 -07:00
2020-04-20 08:03:35 -07:00
The easiest way is to grab the latest Installer from the [Release page](/adrido/MinetestMapperGUI/releases) for your platform and install it.
If it isn't available you can easyly compile it yourself.
2015-05-26 07:32:39 -07:00
2020-04-20 08:03:35 -07:00
## Building MinetestMapperGUI yourself ##
2015-05-26 07:32:39 -07:00
2020-04-20 08:03:35 -07:00
### Requirements ###
2015-05-26 07:32:39 -07:00
2020-04-20 08:03:35 -07:00
* A modern C++ compiler
* Qt-Framework
* CMake
2020-04-20 08:09:37 -07:00
* git
2015-05-26 07:32:39 -07:00
2020-04-20 08:03:35 -07:00
### Compiling ###
2020-04-20 08:09:37 -07:00
Open the Folder in your preferred IDE. Visual Studio and Qt-Creator are known to work.
OR:
Use the commandline:
2020-04-20 08:03:35 -07:00
```
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PORTABLE=TRUE .
cmake --build . --config Release
```
2020-04-20 08:09:37 -07:00
2020-04-20 08:03:35 -07:00
### Creating a package ###
```
cpack -G ZIP
```
Of course, you can use every cpack generator you want. If your favourite one is not available, feel free to create a Pull Request
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](/adrido/MinetestMapperGUI/tags).