Skip to content

Missing features  #4

@traversaro

Description

@traversaro

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>/debug to the CMAKE_PREFIX_PATH enviromental variables, and <prefix>/tools to CMAKE_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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions