Replies: 1 comment
-
|
Ah, building the 32-bit binaries was a real pain, I don't remember details. The Windows builds are actually cross builds on Linux, and normally for a 32-bit Windows build the first choice would be a 32-bit Linux, but I no longer have the 32-bit Docker images, so you need to run native builds on 32-bit Linux, which means you have to install all dependencies. Although not impossible, I would say it is very difficult and success is not guaranteed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have already successfully compiled the win32_x64 version, but on some old computers, it's still being treated as win32_ia32. If I want to add win32_ia32 compilation to this project, could you please suggest some places that need modification? Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions