mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system/MXE: build with more up to date MXE tools.
- use hidapi grantlee and mdbtools from MXE - update MXE version to use QT 5.15, and pull in libzstd and CMake 3.17.3 - fix linking of winmm on windows build with new mxe - add some instructions on building the container - add some new dependancies from QT 5.15 to the packaging - add a patch to MXE to Build qtconnectivity with native-win32-bluetooth [Dirk Hohndel: small refactor] Signed-off-by: Paul Buxton <paulbuxton.mail@googlemail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
edc1499e91
commit
a753845d5a
12 changed files with 118 additions and 90 deletions
8
.github/workflows/scripts/windows-container-prep.sh
vendored
Normal file
8
.github/workflows/scripts/windows-container-prep.sh
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
# abstract the prepare commands for the windows build into a script that can be reused
|
||||
# instead of a yaml file
|
||||
cd /win
|
||||
ln -s /__w/subsurface/subsurface .
|
||||
echo "downloading sources for fresh build"
|
||||
bash subsurface/scripts/get-dep-lib.sh single . libzip
|
||||
bash subsurface/scripts/get-dep-lib.sh single . googlemaps
|
Loading…
Add table
Add a link
Reference in a new issue