vcpkg icon indicating copy to clipboard operation
vcpkg copied to clipboard

[feature] vcpkg install package to certain folder

Open xiaoyifang opened this issue 1 year ago • 6 comments

Is your feature request related to a problem? Please describe.

I currently work with qmake , vcpkg does not work easily with qmake . I'd like a feature to install the package to certain folders ,so I can include them in the qmake project file.

Proposed solution

vcpkg install zlib:x64-windows --dest-dir=xxxxx

Describe alternatives you've considered

vcpkg export without generate random folder name should also be ok.

Additional context

No response

xiaoyifang avatar Apr 30 '23 12:04 xiaoyifang

--x-install-root?

Osyotr avatar Apr 30 '23 17:04 Osyotr

--x-install-root?

this is not what I expect , when used this option ,there will be an extra triplet folder in the install-root. I do not want this extra triplet folder. image

xiaoyifang avatar May 01 '23 05:05 xiaoyifang

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

github-actions[bot] avatar Nov 01 '23 01:11 github-actions[bot]

I think this feature would make it more easier to integrate with the automate workflow such as github's

xiaoyifang avatar Nov 01 '23 03:11 xiaoyifang

this is not what I expect , when used this option ,there will be an extra triplet folder in the install-root. I do not want this extra triplet folder.

The triplet folders are needed to separate the host installation from the target installation.

I think this feature would make it more easier to integrate with the automate workflow such as github's

Can you be more specific?

I'd like a feature to install the package to certain folders ,so I can include them in the qmake project file.

Doesn't qmake allow you to configure the locations where to find dependencies?

dg0yt avatar Nov 01 '23 05:11 dg0yt

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

github-actions[bot] avatar Apr 30 '24 01:04 github-actions[bot]