In this tutorial we show you how to create a private Git-based registry and how to publish packages in said registry.
1 - 创建 vcpkg 存储库分支 2 - 将分支添加为远程 3 - 创建主题分支 显示另外 4 个 本教程指导你如何使用自定义覆盖为 vcpkg 打包库。 建议先阅读打包库教程,然后再继续操作。 先决条件 终端 Git 1 - 创建 vcpkg 存储库分支 导航到 vcpkg GitHub 存储库。 单击页面右上角的“创建分支”按钮。 选择...
假如你有个公司,名叫 North Wind Traders,你决定对默认的 vcpkg registry 复制出一个镜像出来,这样就可以保证商业上的可持 续性和源代码的安全控制,你已经将它设置为了你的默认 registry,这 样在这个 package registry 中,它的每一个没有列出来的包都是可以 使用的。 你的vcpkg-configuration.json 看起来像如下...
“default-registry”用来设置默认的registry,如果在”registries”数组中没有任何软件包,则会使用这个值。 “registries”用来为一些比较特殊的软件包设置registries。 举个例子:North Wind Traders 加入你有个公司,名叫North Wind Traders,你决定对默认的vcpkg registry复制出一个镜像出来,这样就可以保证商业上的可持续性...
如果你只需要一个开源的,非实验性的代码库,则使用默认的vcpkg registry就可以了。但是,如果你有一些不方便公开发布的私有代码库,或者你希望使用一些实验性质的库,则我们推荐的解决方案是:使用registry。 已经有一些开发者成功设置了他们自己的registries了,如果你对此感兴趣并希望建立自己的私有库,则你可以查看我之前的...
流覽至您複製原始 vcpkg 存放庫的目錄,然後將分支新增為遠端。 <Your-GitHub-Username>取代為您的 GitHub 使用者名稱:主控台 複製 git remote add myfork https://github.com/<Your-GitHub-Username>/vcpkg.git 您可以執行下列命令來檢查是否已正確新增遠端:主控台 複製 ...
Files vcpkg-registry .github ports versions .gitattributes .gitignore vcpkg.jsonBreadcrumbs vcpkg-docs / vcpkg.json Latest commit vicroms Add testing workflow aaad7f9· Jul 22, 2024 HistoryHistory File metadata and controls Code Blame 8 lines (8 loc) · 211 Bytes Raw { "$comment": "The...
vcpkg registry maintained by @luncliff. Contribute to luncliff/vcpkg-registry development by creating an account on GitHub.
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-reito reito custom vcpkg ports. Usage Enable registries feature flag in vcpkg and write a vcpkg-configuration.json file(or a vcpkg-configuration field in vcpkg.json) like this in your project's root directory, and you're good to go. { "registries": [ { "kind": "git", "reposito...