mxe-based-build.sh comments: Also build libftdi1

Add libftdi1 in comments in MXE build script.

[Dirk Hohndel: and mention that it is possible to build without it]

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Stefan Fuchs 2018-10-21 13:59:09 +02:00 committed by Dirk Hohndel
parent ee0fc25cf3
commit 45f4dac70a

View file

@ -27,7 +27,11 @@
#
# now you can start the build
#
# make libxml2 libxslt libusb1 libzip libssh2 curl qt5 nsis
# make libxml2 libxslt libusb1 libzip libssh2 libftdi1 curl qt5 nsis
#
# (if you intend to build Subsurface without user space FTDI support
# you can drop libftdi1 from that list and start this script with
# -noftdi )
#
# After quite a while (depending on your machine anywhere from 15-20
# minutes to several hours) you should have a working MXE install in