From 445a0e486e6a6abcb614374b46c66f39323135a0 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 30 Sep 2019 20:25:28 +0300 Subject: [PATCH] add more details about compilation, make it less scary for newcomers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 767dbea1..459a34a4 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ There are packages available for a few distros: ## Compilation -To build the application in your system, you'll need to install the dependencies needed for it and Package names might be different for each distribution, see [Dependencies](#dependencies) below for more information. +To build the application in your system, you'll need to install the dependencies needed for it and package names might be different for each distribution, see [Dependencies](#dependencies) below for more information. You can also install most of the Qt dependencies via [their installer](https://www.qt.io/download-qt-installer). If you were developing Qt apps before, you probably already have them. Also you can open and build/debug the project in Qt Creator IDE by opening `flameshot.pro` like all standard Qt projects. ### Dependencies