无需再次安装即可重建vcpkg



我已经安装了一个带有vcpkg install shogun:x64-windows的vcpkg软件包。生成失败,我需要更改一个文件来修复它。
如果没有覆盖更改的install选项,我如何重新生成包
我在vcpkgbuildtreesshogunx64-windows-<configuration>srcshogun文件夹中找不到任何VC项目。

您应该:

  1. 删除buildtrees目录
  2. 执行命令";vcpkg删除shogun:x64 windows">
  3. 如果您需要在安装前更改shogun解决方案,则应编写一个.patch文件并将其复制到此路径("(install_path(\vcpkg \ports\shogun&"(
  4. 将您的补丁文件添加到";(install_path(\vcpkg \ports\shogun\portfile.cmake">
  5. 找到这行";设置(ABSEIL_PATCHES"并在下一行添加您的补丁文件名
  6. 然后";vcpkg安装shogun:x64 windows">

相关内容

  • 没有找到相关文章

最新更新