C dependency on installing system if application had any CGo libraries. #4522
Unanswered
Ashique-1010
asked this question in
Q&A
Replies: 2 comments
-
golang embed |
Beta Was this translation helpful? Give feedback.
0 replies
-
NSIS installer can embed files and that's what I'd recommend. |
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 developed an application that uses libxml2 under the hood. But when I deployed and installed the application on another system(windows), it asks for a specific libxml2-16.dll file. I used the NSIS installer as it is mentioned in the wails document to package it. Is there a way to bundle the required libxml2-16.dll with my application installer so that it runs without requiring the user to install the DLL or C manually?
Beta Was this translation helpful? Give feedback.
All reactions