1
0
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:
Maxim Biro 2018-05-07 05:06:08 -04:00
parent a690e4e6b7
commit 17d7c80d56
No known key found for this signature in database
GPG Key ID: FAF0E1CD60A4A4A0
2 changed files with 1 additions and 7 deletions

View File

@ -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.
Please note that the compilation script doesn't build the updater and doesn't produce
an installer.
Please note that the compilation script doesn't build the updater.
## Usage

View File

@ -27,11 +27,6 @@
# because it requires static Qt, which means we'd need to build Qt twice, and
# 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
# against the 3.3 FFmpeg. They have removed `--enable-memalign-hack` switch,
# which might be what causes this. Further research needed.