Update README.md

This commit is contained in:
martinrotter 2013-12-15 18:43:27 +01:00
parent fbf34dff89
commit 41ba3c224f

View File

@ -16,10 +16,19 @@ RSS Guard is written in C++. It is pretty fast even with tons of messages loaded
* integrated web browser + external browser supported. * integrated web browser + external browser supported.
Installation Installation
============ ------------
You need to compile and install RSS Guard before you can use it. Basic steps are really simple 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 cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX="C:\Program Files\rssguard" -DUSE_QT_5=ON
make install make install
``` ```
This compiles and installs RSS Guard using Qt 5 on Windows machines. For further information head to CMakeLists.txt file. This compiles and installs RSS Guard using Qt 5 on Windows machines. For further information head to [CMakeLists.txt](https://github.com/martinrotter/rssguard/blob/master/CMakeLists.txt) file.
Other information
-----------------
* 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.
I appreciate any constructive actions.