-
Notifications
You must be signed in to change notification settings - Fork 2
Missing features #4
Copy link
Copy link
Open
Description
To use the vcpkg-binary-installer-generator with the QtIFW CPack backend to produce YARP and ICUB binaries installer, we need to make sure that we implement two features that we have in the existing NSIS installers:
- Optionally modify the environmental variables to make sure that the installer libraries can be found. In my tests, it will be sufficient to add
<prefix>and<prefix>/debugto theCMAKE_PREFIX_PATHenviromental variables, and<prefix>/toolstoCMAKE_PROGRAM_PATH. - Support for quietly install the contents of the installer from the command line. This is particularly useful for CI system such as AppVeyor. In particular, if we plan to support the online installer, it would be particular useful to have the support for specifying the specific libraries that you want to install from the command line.
cc @drdanz
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels