From fbf34dff8904de3116d5afbbec87a37cde59ab36 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Sun, 15 Dec 2013 18:38:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db187a31..0466d4fd3 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ You need to compile and install RSS Guard before you can use it. Basic steps are 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. +This compiles and installs RSS Guard using Qt 5 on Windows machines. For further information head to CMakeLists.txt file.