Please see the main repository https://github.com/microsoft/vcpkg for all feature discussion, issue tracking, and edits to which libraries are available. Vcpkg-tool: Overview This repository contains the contents formerly at https://github.com/microsoft/vcpkg in the "toolsrc" tree, and build su...
Please see the main repository https://github.com/microsoft/vcpkg for all feature discussion, issue tracking, and edits to which libraries are available. Vcpkg-tool: Overview This repository contains the contents formerly at https://github.com/microsoft/vcpkg in the "toolsrc" tree, and build su...
.github .vscode azure-pipelines cmake docs include locales scripts src vcpkg-artifacts vcpkg-init .clang-format .gitattributes .gitignore CMakeLists.txt CMakePresets.json CODE_OF_CONDUCT.md Generate-SpdxLicenseList.ps1 LICENSE.txt LocProject.json NOTICE.txt README.md SECURITY.md VERSION.txt cgma...
Microsoft/vcpkg-tool 发布流程 项目 2024/02/07 5 个参与者 反馈 警告 由于此内容面向 vcpkg 开发团队而不是 vcpkg 用户,因此已删除。在GitHub 上与我们协作 可以在 GitHub 上找到此内容的源,还可以在其中创建和查看问题和拉取请求。 有关详细信息,请参阅参与者指南。 vcpkg 反馈 vcpkg 是一个开放源...
首先,用户需要访问 GitHub 上的官方仓库并下载最新版本的脚本文件。对于 Windows 用户而言,只需打开命令提示符窗口,切换到包含下载脚本的目录下执行bootstrap-vcpkg.bat即可完成初始化设置;而在 Linux 或 macOS 系统上,则可通过终端运行./bootstrap-vcpkg.sh来达到相同目的。完成安装后,为了方便日常使用,建议将 vcpkg...
Clone from GitHub: git clone https://github.com/Microsoft/vcpkg Run the bootstrap script in the vcpkg folder: C:\src\vcpkg> .\bootstrap-vcpkg.bat Ubuntu:~/$ ./bootstrap-vcpkg.sh Now vcpkg.exe is in the root of the repository You are now all set (no installation, no re...
vcpkg_copy_tool_dependencies(<${CURRENT_PACKAGES_DIR}/tools/${PORT}>) 参数包含工具的目录的路径。备注端口文件(如果有任何工具)在完成重新排列二进制输出后应始终调用此命令。Sourcescripts/cmake/vcpkg_copy_tool_dependencies.cmake在GitHub 上与我们协作 可以在 GitHub 上找到此内容的源,还可以在其中创建和...
You can find thefull April release notes on GitHubfor the main repo. Recent updates to the vcpkg tool can be viewed on thevcpkg-tool Releases page. If you’re new to vcpkg or curious about how a package manager can make your life easier as a C/C++ developer, check out thevcpkg websi...
HOMEPAGE_URL "https://github.com/microsoft/vcpkg" LANGUAGES C CXX ) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") include(cmake/utilities.cmake) # === # === System detection === # === vcpkg_detect_compiler() if(MSVC AND NOT COMMAND target_precom...
Clone from GitHub: git clone https://github.com/Microsoft/vcpkg Run the bootstrap script in the vcpkg folder: C:\src\vcpkg> .\bootstrap-vcpkg.bat Ubuntu:~/$ ./bootstrap-vcpkg.sh Now vcpkg.exe is in the root of the repository You are now all set (no installation...