我已经安装了一个带有vcpkg install shogun:x64-windows
的vcpkg软件包。生成失败,我需要更改一个文件来修复它。
如果没有覆盖更改的install
选项,我如何重新生成包
我在vcpkgbuildtreesshogunx64-windows-<configuration>srcshogun
文件夹中找不到任何VC项目。
您应该:
- 删除buildtrees目录
- 执行命令";vcpkg删除shogun:x64 windows">
- 如果您需要在安装前更改shogun解决方案,则应编写一个.patch文件并将其复制到此路径("(install_path(\vcpkg \ports\shogun&"(
- 将您的补丁文件添加到";(install_path(\vcpkg \ports\shogun\portfile.cmake">
- 找到这行";设置(ABSEIL_PATCHES"并在下一行添加您的补丁文件名
- 然后";vcpkg安装shogun:x64 windows">