mirror of
https://github.com/google/googletest.git
synced 2025-04-05 13:35:03 +00:00
add platforms-zh.md
This commit is contained in:
parent
16f637fbf4
commit
b2788e9227
1 changed files with 29 additions and 0 deletions
29
docs/platforms-zh.md
Normal file
29
docs/platforms-zh.md
Normal 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 是由开源社区支持的构建系统。
|
||||
|
Loading…
Add table
Reference in a new issue