mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-19 04:12:01 +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"?>
|
||||
<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>
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user