From 16aed54dd77bffbfca9ea86d17e218b419224720 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Sun, 15 Dec 2013 18:52:32 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d73ce17dd..460e04cb3 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,14 @@ 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 +cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX="C:\Program Files\rssguard" make install ``` -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. +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. 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. * 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.