mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-31 09:34:52 +01:00
Fixed #47, simplified build commands.
This commit is contained in:
parent
89ac96dbce
commit
41a955e8bb
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.3.1">
|
<release version="3.3.2">
|
||||||
<url platform="x86" os="Windows">https://github.com/martinrotter/rssguard/releases/download/3.3.1/rssguard-3.3.1-win32.exe</url>
|
<url platform="x86" os="Windows">https://github.com/martinrotter/rssguard/releases/download/3.3.1/rssguard-3.3.2-win32.exe</url>
|
||||||
</release>
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
# Usage:
|
# Usage:
|
||||||
# a) DEBUG build for testing. (out of source build type)
|
# a) DEBUG build for testing. (out of source build type)
|
||||||
# cd ../build-dir
|
# 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
|
||||||
# make install
|
# make install
|
||||||
#
|
#
|
||||||
@ -35,14 +35,10 @@
|
|||||||
#
|
#
|
||||||
# Variables:
|
# Variables:
|
||||||
# PREFIX - specifies base folder to which files are copied during "make install" step.
|
# 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".
|
# LRELEASE_EXECUTABLE - specifies the name/path of "lrelease" executable, defaults to "lrelease".
|
||||||
#
|
#
|
||||||
# Other information:
|
# Other information:
|
||||||
# - supports Windows, Linux,
|
# - supports Windows, Linux, Mac OS X,
|
||||||
# - Qt 5.7 and higher is required,
|
# - Qt 5.7 and higher is required,
|
||||||
# - C++ 11 is required.
|
# - C++ 11 is required.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user