Fixed #47, simplified build commands.

This commit is contained in:
Martin Rotter 2016-08-04 07:22:26 +02:00
parent 89ac96dbce
commit 41a955e8bb
2 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<releases>
<release version="3.3.1">
<url platform="x86" os="Windows">https://github.com/martinrotter/rssguard/releases/download/3.3.1/rssguard-3.3.1-win32.exe</url>
<release version="3.3.2">
<url platform="x86" os="Windows">https://github.com/martinrotter/rssguard/releases/download/3.3.1/rssguard-3.3.2-win32.exe</url>
</release>
</releases>

View File

@ -23,7 +23,7 @@
# Usage:
# a) DEBUG build for testing. (out of source build type)
# cd ../build-dir
# qmake ../rssguard-dir/rssguard.pro -r CONFIG+=debug PREFIX=/usr
# qmake ../rssguard-dir/rssguard.pro -r CONFIG+=debug PREFIX=./usr
# make
# make install
#
@ -35,14 +35,10 @@
#
# Variables:
# PREFIX - specifies base folder to which files are copied during "make install" step.
#
# INSTALL_ROOT - specifies additional output folder for "make install" step. When this variable is defined,
# then it is prepended to PREFIX variable. This is useful for example on Linux, where
#
# LRELEASE_EXECUTABLE - specifies the name/path of "lrelease" executable, defaults to "lrelease".
#
# Other information:
# - supports Windows, Linux,
# - supports Windows, Linux, Mac OS X,
# - Qt 5.7 and higher is required,
# - C++ 11 is required.
#