Skip to content

Minimal runtimes for win-x86 #95

Answered by MaxRev-Dev
sindizzy asked this question in Q&A
Discussion options

You must be logged in to vote

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):

  • All triplets must be changed to x86, and you must ensure that every dependency compiles wit…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sindizzy
Comment options

Answer selected by MaxRev-Dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants