docs: update Windows build instructions and clarify installation methods (#132)

- Added a note regarding the MSVC toolset version 19.40 for Visual Studio 2022 to address potential compilation issues.
- Updated the installation methods for the `aimrt_py` package, clarifying that PyPI installation is not currently supported and emphasizing source compilation as the recommended method.
This commit is contained in:
zhangyi1357 2024-12-20 14:19:07 +08:00 committed by GitHub
parent f3a8d83a23
commit fca5f75cf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,8 @@
当前 AimRT 支持的 MSVC 编译套件版本为 1940推荐直接安装 [Visual Studio 2022](https://visualstudio.microsoft.com/zh-hans/downloads/) 及以上版本,安装时勾选 C++ 桌面开发模块。
注意 Visual Studio 2022 的 MSVC 工具集在 2024 年 5 月更新到了 19.40 版本, 早期版本低于 19.40 的 MSVC 工具集可能存在编译问题。
### CMake
当前 AimRT 支持的最低 CMake 版本为 3.24,可以通过 [CMake 官方网站](https://cmake.org/download/)下载合适的版本进行安装:

View File

@ -2,9 +2,9 @@
AimRT Python 接口通过 `aimrt_py` 包来使用。您可以通过三种方式安装获取 `aimrt_py` 包:
- 基于 pip install 安装;
- 【暂不支持】PyPI 安装;
- 二进制安装;
- [推荐] 基于源码编译安装;
- 源码编译安装;
## Python 环境要求