Updated Home (markdown)
parent
b2dc202c4c
commit
536fa61837
17
Home.md
17
Home.md
|
@ -46,23 +46,6 @@ Issue reporting
|
||||||
---------------
|
---------------
|
||||||
Please, report all issues/bugs/ideas to [Issues](https://github.com/martinrotter/rssguard/issues) section. Describe your problem as precisely as possible.
|
Please, report all issues/bugs/ideas to [Issues](https://github.com/martinrotter/rssguard/issues) section. Describe your problem as precisely as possible.
|
||||||
|
|
||||||
Compilation
|
|
||||||
------------
|
|
||||||
You need to compile RSS Guard if binary distribution is not available for your platform. Basic steps are really simple:
|
|
||||||
```
|
|
||||||
cd ...../rssguard-git-master
|
|
||||||
mkdir ../rssguard-build
|
|
||||||
cd ../rssguard-build
|
|
||||||
qmake ../rssguard-git-master/rssguard.pro -r CONFIG+=release
|
|
||||||
make
|
|
||||||
make install
|
|
||||||
```
|
|
||||||
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.
|
|
||||||
|
|
||||||
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).
|
|
||||||
|
|
||||||
Portable setup
|
Portable setup
|
||||||
--------------
|
--------------
|
||||||
RSS Guard checks "home directory" (this is `C:\Users\<user>\` directory on Windows) for existence of file:
|
RSS Guard checks "home directory" (this is `C:\Users\<user>\` directory on Windows) for existence of file:
|
||||||
|
|
Loading…
Reference in New Issue