You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article contains some information about how to build Windows binaries in macOS without an Windows environment (you need copy some libraries and header files from a Windows system which has VS/VC++ build tools installed, but don't need a Windows system to build binaries). Maybe we could write a tutorial about this? Actually, I think the steps described in the article also applies to building Windows binaries in Linux distributions.
PS: All files needed to be copied from the Windows environment (as described in the article) are:
A part of WIndows 10 SDK (the import libraries of Win32 User Mode DLLs (um) and the static libraries and import libraries of the Universal C language RunTime (ucrt))
Static libraries, import libraries, and object files of the MSVCRT, which is a part of the MSVC
The building process do not need MSVC (even the linker). All these files could be extracted from the Visual Studio Community version, which could be downloaded freely from the Microsoft official website. A bash/python/ruby script could do that easily and automatically. For the legit problem, I think the situation is basically same with installing Windows fonts in Wine. However, this needs to be confirmed.
The text was updated successfully, but these errors were encountered:
This article contains some information about how to build Windows binaries in macOS without an Windows environment (you need copy some libraries and header files from a Windows system which has VS/VC++ build tools installed, but don't need a Windows system to build binaries). Maybe we could write a tutorial about this? Actually, I think the steps described in the article also applies to building Windows binaries in Linux distributions.
PS: All files needed to be copied from the Windows environment (as described in the article) are:
The building process do not need MSVC (even the linker). All these files could be extracted from the Visual Studio Community version, which could be downloaded freely from the Microsoft official website. A bash/python/ruby script could do that easily and automatically. For the legit problem, I think the situation is basically same with installing Windows fonts in Wine. However, this needs to be confirmed.
The text was updated successfully, but these errors were encountered: