Minimal runtimes for win-x86 #95
-
Once again thank you for the great repos!!! This has truly made my life a lot easier. So not sure how ask this as I'm a little vague on how the whole runtimes packages are compiled. But here goes... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are right. These packages are compiled and work only on the x64 systems. If you want to compile for x86 - this brings some complexity into the packaging system, and of course, everything should be tested twice. But if you are enthusiastic and you want to spend some time on this, I can specify some points on compiling for x86 (I hope I did not forget anything): Shared (vcpkg):
Windows runtime:
Linux runtime:
|
Beta Was this translation helpful? Give feedback.
You are right. These packages are compiled and work only on the x64 systems.
If you want to compile for x86 - this brings some complexity into the packaging system, and of course, everything should be tested twice.
I did not support x86 because it's similar to that issue when we try to stick to some older systems with an old libc.
And in the result, this will be used by several developers only, I assume in total <1%. Wasted efforts.
But if you are enthusiastic and you want to spend some time on this, I can specify some points on compiling for x86 (I hope I did not forget anything):
Shared (vcpkg):