diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2018-10-21 13:59:09 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-23 07:43:16 +0100 |
commit | 45f4dac70a766138bdd7544c9ef8657b81f63110 (patch) | |
tree | 3ae0c782b906bf373d0fbac5fc13b72dc849cea1 /packaging | |
parent | ee0fc25cf31050720f111266d39106d46306a21a (diff) | |
download | subsurface-45f4dac70a766138bdd7544c9ef8657b81f63110.tar.gz |
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>
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/windows/mxe-based-build.sh | 6 |
1 files changed, 5 insertions, 1 deletions
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 |