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 -------------------------