Packaging script #4290
uulm-janbaudisch
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Sometimes copying dynamic libraries is sufficient, but It is not always. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was working on getting some software to build on Windows and ended up using MSYS2. While the build process worked, I was not sure on how to make it distributable. I came across this script which is also linked in the documentation. I guess there is no "official" tool to create an archive so that the binaries in it can be used in a non-MSYS2 environment?
For said project I built on the mentioned script and made it a little bit more generic: https://gist.github.com/uulm-janbaudisch/6746d55083c1b13b7dce48bbfb771863
So I was wondering if this script could be of some use for the MSYS2 project (for example by including it) or whether there are alternatives?
Beta Was this translation helpful? Give feedback.
All reactions