2024-09-23 16:01:31 +08:00

15 lines
756 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 常见问题
## AimRT 对于不同操作系统的支持如何?
AimRT 使用标准 C++ 编写,理论上只要支持 C++20 编译器的平台都可以支持。AimRT 官方测试过支持的编译器列表可以参考[引用与安装CPP](../quick_start/installation_cpp.md)文档中的说明。
当前阶段AimRT 主要支持 linux 平台。对 Windows 平台的支持比较有限,当前仅能保证 AimRT 框架主体和部分插件能够在 Windows 平台上编译,并且一些插件所依赖的第三方库本身不支持 Windows 平台。大部分 Example 也仅在 linux 平台上验证过Windows 平台上经过验证的 Example 较少。
AimRT 对 macos 等其他平台的支持还在计划中,暂时没有验证过。