如何指定其他包管理器搜索?
#5493
Replies: 2 comments 4 replies
-
xrepo search 没这个功能。直接用 add requires。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
我这里可以,要么就是 vcpkg root 指定不对,要么就是你 vcpkg 安装有问题。。 你可以自己调下 https://github.com/xmake-io/xmake/blob/dev/xmake/modules/package/manager/vcpkg/search_package.lua $ xrepo search vcpkg::zlib
The package names:
vcpkg::zlib:
-> vcpkg::zlib-1.2.11#9: A compression library |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
比如我想搜索vcpkg里的zli,我尝试了xrepo search vcpkg::zlib,但是它返回了:
我应该怎么做?
Beta Was this translation helpful? Give feedback.
All reactions