List vcpkg packages in manifest mode

huangapple go评论96阅读模式
英文:

List vcpkg packages in manifest mode

问题

In classic mode you can run vcpkg list to see all installed packages. What is the equivalent in manifest mode?

vcpkg.json does not specify versions, so I would like to see what versions I actually got.

英文:

In classic mode you can run vcpkg list to see all installed packages. What is the equivalent in manifest mode?

vcpkg.json does not specify versions, so I would like to see what versions I actually got.

答案1

得分: 1

Try using --x-install-root.
Given that default value (vcpkg_installed) was used during install it should be:

vcpkg list --x-install-root=<path-to-vcpkg-json>\vcpkg_installed\<triplet>
英文:

Try using --x-install-root.
Given that default value (vcpkg_installed) was used during install it should be:

vcpkg list --x-install-root=&lt;path-to-vcpkg-json&gt;\vcpkg_installed\&lt;triplet&gt;

huangapple
  • 本文由 发表于 2023年4月13日 18:41:38
  • 转载请务必保留本文链接:https://go.coder-hub.com/76004483.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定