Update README.md

master
adrido 2020-04-20 17:09:37 +02:00 committed by GitHub
parent 49832c81c2
commit adb672841d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# README # ![CI](https://github.com/adrido/MinetestMapperGUI/workflows/CI/badge.svg) # README ![CI](https://github.com/adrido/MinetestMapperGUI/workflows/CI/badge.svg)
MinetestMapperGui is a program written in C++ using the Qt framework that executes the minetestmapper over an graphical interface. MinetestMapperGui is a program written in C++ using the Qt framework that executes the minetestmapper over an graphical interface.
@ -19,14 +19,21 @@ If it isn't available you can easyly compile it yourself.
* A modern C++ compiler * A modern C++ compiler
* Qt-Framework * Qt-Framework
* CMake * CMake
* git
### Compiling ### ### Compiling ###
Open the Folder in your preferred IDE. Visual Studio and Qt-Creator are known to work.
OR:
Use the commandline:
``` ```
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PORTABLE=TRUE . cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PORTABLE=TRUE .
cmake --build . --config Release cmake --build . --config Release
``` ```
### Creating a package ### ### Creating a package ###
``` ```