From 3018f0bb0225ad88ab6421196e0242ef64e83950 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Tue, 17 Dec 2013 11:01:55 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 46d8b8f92..8f68b0f1f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ 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 and ATOM. RSS Guard is developed on top of the [Qt library](http://qt-project.org/) and it supports these operating systems: * Windows XP and newer, * GNU/Linux, - * OS/2 (eComStation). + * OS/2 (eComStation), + * Mac OS X (possibly). RSS Guard is written in C++. It is pretty fast even with tons of messages loaded. The core features are: * multiplatformity, @@ -13,20 +14,22 @@ RSS Guard is written in C++. It is pretty fast even with tons of messages loaded * sweet look & feel, * open-source development model based on GNU GPL license, version 3, * tabbed interface, - * integrated web browser + external browser supported. + * integrated web browser + external browser support, + * desktop integration via try icon, + * Installation ------------ -You need to compile and install RSS Guard before you can use it. Basic steps are really simple +You need to compile RSS Guard if binary distribution is not available for your platform. Basic steps are really simple: ``` cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX="C:\Program Files\rssguard" make install ``` -This compiles and installs RSS Guard using Qt 4 on Windows machines. Qt 5 can be used too. For further information head to [CMakeLists.txt](https://github.com/martinrotter/rssguard/blob/master/CMakeLists.txt) file. +This compiles and installs RSS Guard using Qt 4 on Windows machines. Qt 5 can be used too. Head to [CMakeLists.txt](https://github.com/martinrotter/rssguard/blob/master/CMakeLists.txt) file for more information on this topic. Other information ----------------- - * Binaries will be builded for Windows platform. If you want to build binaries for your platform by yourself, I can support you. **File an issue request** in that case. + * Binaries will be builded for Windows platform by myself. If you want to build binaries for your platform by yourself, I can provide you some support. **File an issue request** in that case. * If you want to have some feature/ehancement implemented in RSS Guard, then **file an issue request**. * If you want to translate RSS Guard, then contact me or **file an issue request** too. * Make sure to read the Wiki.