From adb672841de32c1ac1ab36d78731831ecfc369d3 Mon Sep 17 00:00:00 2001 From: adrido Date: Mon, 20 Apr 2020 17:09:37 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff9c44e..c554954 100644 --- a/README.md +++ b/README.md @@ -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. @@ -19,14 +19,21 @@ If it isn't available you can easyly compile it yourself. * A modern C++ compiler * Qt-Framework * CMake +* git ### 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 --build . --config Release ``` + ### Creating a package ### ```