-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate copying third-party dlls for make install DESTDIR=...
#1492
Comments
It seems that not all mingw environments ship an However, ARCH-dependent mingw builds of
executed AFTER placing the custom-built DLLs into the Before preparing that location, we see just the top level (which we can iterate using files from MinGW
|
UPDATE: It seems the system
so this is a viable way forward. |
… of DLLs needed by NUT binaries into the nut_install tree [networkupstools#1492]
Now In the end they are dumped to Further packaging for Windows was not yet explored => #1485 |
…e of binary files and FOSS dependencies of NUT for Windows [networkupstools#1492, networkupstools#1552]
…talled (others too technically... but unlikely a valid situation) [networkupstools#1492]
With #1581 in place, |
…esence of cgiexecdir [networkupstools#1492]
…inary dirs from the bin [networkupstools#1492]
…to non-binary dirs from the bin [networkupstools#1492]" This reverts commit b39e3a3.
We want to bundle third-party libraries with NUT to make a single usable package for WIN32 builds.
Recursive ldd may be an option - see build-mingw-nut.sh for a single-walk PoC, but this should become part of
make package
kind of call.The text was updated successfully, but these errors were encountered: