add platforms-zh.md

This commit is contained in:
jiemojiemo 2021-10-20 22:59:05 +08:00
parent 16f637fbf4
commit b2788e9227

29
docs/platforms-zh.md Normal file
View file

@ -0,0 +1,29 @@
# 支持的平台
GoogleTest 需要符合 C++11 标准或者更新标准的代码库和编译器
GoogleTest 代码在以下平台上获得了正式支持。下面未列出的操作系统或工具是社区支持的。对于社区支持的平台,可以考虑使用不使代码复杂化的补丁。
如果在你的平台上发现任何问题,请将问题提交到 [GoogleTest GitHub Issue Tracker](https://github.com/google/googletest/issues). 欢迎提交 Pull requests 进行修复!
### 操作系统
* Linux
* macOS
* Windows
### 编译器
* gcc 5.0+
* clang 5.0+
* MSVC 2015+
**macOS 用户:** Xcode 9.3+ 提供了 clang 5.0+.
### 构建系统
* [Bazel](https://bazel.build/)
* [CMake](https://cmake.org/)
Bazel 是 google 团队内部和测试中使用的构建系统。CMake 是由开源社区支持的构建系统。