chore(installer): 添加 Windows 自动化安装脚本并更新依赖版本#1
Open
LiJoeAllen wants to merge 1 commit into
Open
Conversation
LiJoeAllen
commented
May 18, 2026
- 升级 Cargo 依赖,修复部分库版本号指定
- 将依赖版本改为通配符以提高灵活性
- 在 README.md 中添加 Windows 用户自动安装说明
- 新增 setup_and_run.ps1 脚本,实现 Windows 下环境搭建、依赖安装及项目构建
- 脚本包含 Chocolatey、Git、CMake、Rust、VS Build Tools、LLVM 和 OpenCV 的自动安装
- 设置环境变量,保证编译和运行所需工具链正确配置
- 支持跳过特定步骤的参数,并支持编译后自动运行程序
- 升级 Cargo 依赖,修复部分库版本号指定 - 将依赖版本改为通配符以提高灵活性 - 在 README.md 中添加 Windows 用户自动安装说明 - 新增 setup_and_run.ps1 脚本,实现 Windows 下环境搭建、依赖安装及项目构建 - 脚本包含 Chocolatey、Git、CMake、Rust、VS Build Tools、LLVM 和 OpenCV 的自动安装 - 设置环境变量,保证编译和运行所需工具链正确配置 - 支持跳过特定步骤的参数,并支持编译后自动运行程序
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.