-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
If I'm compiling a binary on Windows 10 with GraalVM native, what .dlls are needed on other Windows 10 systems to be able to run this binary?
Does the --static
option have any effect on this?
In installing Visual Studio C++ 2010 redistributable sufficient? After some testing it seems so.
Also, if there are any open source projects already building Windows binaries for distribution, I'd be happy to take a peek!
We have been able to compile a Windows binary on Appveyor, but it doesn't work on Windows 10 systems:
https://github.com/borkdude/clj-kondo/blob/master/appveyor.yml
lispyclouds, sogaiu, remkop, sureshg, TheBestPessimist and 1 more