Updated Home (markdown)
parent
bf82c36cbf
commit
4904943297
10
Home.md
10
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
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in New Issue