Open dassio opened 1 year ago
My Windows developer experience is more than 20 years out of date, so I can't speak to the best approach for producing a static binary, or if that is even possible. But that is the basic problem: there is an executable that is trying to find the necessary libraries, and that includes ImageMagick itself. Hence, installing ImageMagick resolves the issue, but expecting a user to do that is a bit much, so I admit this is problematic. However, I don't have any idea of a good solution.
when installed ImageMagick and successfully build it on my windows pc, the final Rust executable worked anywhere but then transfer the final executable to another PC, it does not work:
failed to read image
when how should I distribute the final executable?