假如你有个公司,名叫 North Wind Traders,你决定对默认的 vcpkg registry 复制出一个镜像出来,这样就可以保证商业上的可持 续性和源代码的安全控制,你已经将它设置为了你的默认 registry,这 样在这个 package registry 中,它的每一个没有列出来的包都是可以 使用的。 你的vcpkg-configuration.json 看起来像如下...
Add a description, image, and links to the vcpkg-registry topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the vcpkg-registry topic, visit your repo's landing page and select "manage topics."...
https://github.com/northwindtraders/vcpkg-registry GitHub Topics vcpkg-registry: https://github.com/topics/vcpkg-registry Discussions https://github.com/microsoft/vcpkg/discussions Vcpkg documentation: https://learn.microsoft.com/en-us/vcpkg/ https://learn.microsoft.com/en-us/vcpkg/consume/git...
git remote add origin https://example.com/vcpkg-registry.git git push --set-upstream origin HEAD 3 - Add ports to the registryCopy all your package ports in the ports folder in the registry. Each port must have its own directory containing at least a vcpkg.json file and a portfile.cma...
The main vcpkg registry uses thevcpkg cicommand, which has been tailored to the vcpkg project's needs and is not intended to remain stable or be used by consumers of vcpkg. As such, it is not suited to use for testing your own vcpkg registries. We recommend to follow the steps outlined...
“default-registry”用来设置默认的registry,如果在”registries”数组中没有任何软件包,则会使用这个值。 “registries”用来为一些比较特殊的软件包设置registries。 举个例子:North Wind Traders 加入你有个公司,名叫North Wind Traders,你决定对默认的vcpkg registry复制出一个镜像出来,这样就可以保证商业上的可持续性...
如果你只需要一个开源的,非实验性的代码库,则使用默认的vcpkg registry就可以了。但是,如果你有一些不方便公开发布的私有代码库,或者你希望使用一些实验性质的库,则我们推荐的解决方案是:使用registry。 已经有一些开发者成功设置了他们自己的registries了,如果你对此感兴趣并希望建立自己的私有库,则你可以查看我之前的...
Repository files navigation README License North Wind Traders' vcpkg registry This is the vcpkg registry for North Wind Traders, a made-up example company for a blog post about vcpkg's new registries feature.About North Wind vcpkg Registry Resources Readme License View license Activity Stars...
vcpkg registry maintained by @luncliff. Contribute to luncliff/vcpkg-registry development by creating an account on GitHub.
1 - 创建 vcpkg 存储库分支 2 - 将分支添加为远程 3 - 创建主题分支 显示另外 4 个 本教程指导你如何使用自定义覆盖为 vcpkg 打包库。 建议先阅读打包库教程,然后再继续操作。 先决条件 终端 Git 1 - 创建 vcpkg 存储库分支 导航到 vcpkg GitHub 存储库。 单击页面右上角的“创建分支”按钮。 选择...