mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
MXE Windows build script: Chance MXE make call in comment
In the comment/instruction how to build MXE add "libssh2" and "curl" to the make call. This seems to be needed in newer versions of MXE. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
bb922e8db2
commit
02dcd219cf
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
#
|
#
|
||||||
# now you can start the build
|
# now you can start the build
|
||||||
#
|
#
|
||||||
# make libxml2 libxslt libusb1 libzip qt5 nsis
|
# make libxml2 libxslt libusb1 libzip libssh2 curl qt5 nsis
|
||||||
#
|
#
|
||||||
# After quite a while (depending on your machine anywhere from 15-20
|
# After quite a while (depending on your machine anywhere from 15-20
|
||||||
# minutes to several hours) you should have a working MXE install in
|
# minutes to several hours) you should have a working MXE install in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue