Update README.md
This commit is contained in:
parent
98b9e263f6
commit
767ebd5dde
1 changed files with 19 additions and 2 deletions
21
README.md
21
README.md
|
@ -1,8 +1,25 @@
|
||||||
RSS Guard <img src="https://raw.github.com/martinrotter/rssguard/master/resources/graphics/rssguard_22.png" alt="RSS Guard" height="32" width="32">
|
RSS Guard
|
||||||
=========
|
=========
|
||||||
|
|
||||||
RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF ant ATOM. RSS Guard is developed on top of the [Qt library](http://qt-project.org/). RSS Guard supports these operating systems:
|
RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF ant ATOM. RSS Guard is developed on top of the [Qt library](http://qt-project.org/). RSS Guard supports these operating systems:
|
||||||
|
|
||||||
* Windows XP and newer,
|
* Windows XP and newer,
|
||||||
* GNU/Linux,
|
* GNU/Linux,
|
||||||
* OS/2 (eComStation).
|
* OS/2 (eComStation).
|
||||||
|
|
||||||
|
RSS Guard is written in C++. It is pretty fast even with tons of messages loaded. The core features are:
|
||||||
|
* multiplatformity,
|
||||||
|
* support for all feed formats,
|
||||||
|
* simplicity,
|
||||||
|
* sweet look & feel,
|
||||||
|
* open-source development model based on GNU GPL license, version 3,
|
||||||
|
* tabbed interface,
|
||||||
|
* integrated web browser + external browser supported.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
You need to compile and install RSS Guard before you can use it. Basic steps are really simple
|
||||||
|
```
|
||||||
|
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX="C:\Program Files\rssguard" -DUSE_QT_5=ON
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
This compiles and installs RSS Guard using Qt 5 on Windows machines.
|
||||||
|
|
Loading…
Add table
Reference in a new issue