From 4904943297f1c1d1d190f45ea68eb7b32debf423 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Tue, 23 Aug 2016 10:54:15 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 67a7f83..6827c0e 100644 --- a/Home.md +++ b/Home.md @@ -22,13 +22,15 @@ You need to compile RSS Guard if binary distribution is not available for your p cd ...../rssguard-git-master mkdir ../rssguard-build cd ../rssguard-build -qmake ../rssguard-git-master/rssguard.pro -r CONFIG+=release PREFIX=/usr INSTALL_ROOT=./app +qmake ../rssguard-git-master/rssguard.pro -r CONFIG+=release make -make INSTALL_ROOT=./app install +make install ``` -RSS Guard is compilable only and only with Qt 5.7+. You also need C++ 11 compiler. Note that if you clone Git repository and you wish to make packages for Windows, then you must initialize all submodules within obtained repository before compilation. +RSS Guard is compilable only and only with Qt 5.6+. You also need C++ 11 compiler. Note that if you clone Git repository and you wish to make packages for Windows, then you must initialize all submodules within obtained repository before compilation. -For more information, refere to file [rssguard.pro](https://raw.githubusercontent.com/martinrotter/rssguard/master/rssguard.pro). +If you need to have RSS Guard compiled without QtWebEngine module, you must use `USE_WEBENGINE=false` switch in `qmake` step. + +For more information, refer to file [rssguard.pro](https://raw.githubusercontent.com/martinrotter/rssguard/master/rssguard.pro). Generating debug log file -------------------------