From 45f4dac70a766138bdd7544c9ef8657b81f63110 Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Sun, 21 Oct 2018 13:59:09 +0200 Subject: [PATCH] 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 Signed-off-by: Dirk Hohndel --- packaging/windows/mxe-based-build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index 55355f9e7..3df24d709 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -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