Replies: 2 comments 3 replies
-
If there is a different triplet for cross-compilation of Windows apps on Linux hosts, please let me know. I've also tried x86-mingw-dynamic |
Beta Was this translation helpful? Give feedback.
2 replies
-
The "windows" triplets are for MSVC. When you want to cross compile for Windows on Ubuntu, you probaly want to use "mingw", e.g. x64-mingw-static or x64-mingw-dynamic. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is my understanding correct that Linux host can be used to compile Windows applications? I would like to compile digikam but when I run 01-build-vcpkg.sh (located here) on Ubuntu 24.04.1 LTS, I get following error:
error: in triplet x64-windows: Use of Visual Studio's Developer Prompt is unsupported on non-Windows hosts.
I will also post this question on digikam's repo.
Beta Was this translation helpful? Give feedback.
All reactions