mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(windows): the installer does get built now
This commit is contained in:
parent
a690e4e6b7
commit
17d7c80d56
|
@ -6,8 +6,7 @@ Following these instructions will show you how to cross-compile qTox for Windows
|
||||||
|
|
||||||
This script can be used by qTox users and devs to compile qTox for windows themselves.
|
This script can be used by qTox users and devs to compile qTox for windows themselves.
|
||||||
|
|
||||||
Please note that the compilation script doesn't build the updater and doesn't produce
|
Please note that the compilation script doesn't build the updater.
|
||||||
an installer.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -27,11 +27,6 @@
|
||||||
# because it requires static Qt, which means we'd need to build Qt twice, and
|
# because it requires static Qt, which means we'd need to build Qt twice, and
|
||||||
# building Qt takes really long time.
|
# building Qt takes really long time.
|
||||||
#
|
#
|
||||||
# - Doesn't create an installer because there is no NSIS 3 in Debian Stable. We
|
|
||||||
# could backport it from Experimental, which is what we do on Jenkins, but
|
|
||||||
# since we don't build an updater, we might as well just do the nightly qTox
|
|
||||||
# build: no updater, no installer.
|
|
||||||
#
|
|
||||||
# - FFmpeg 3.3 doesn't cross-compile correctly, qTox build fails when linking
|
# - FFmpeg 3.3 doesn't cross-compile correctly, qTox build fails when linking
|
||||||
# against the 3.3 FFmpeg. They have removed `--enable-memalign-hack` switch,
|
# against the 3.3 FFmpeg. They have removed `--enable-memalign-hack` switch,
|
||||||
# which might be what causes this. Further research needed.
|
# which might be what causes this. Further research needed.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user