mirror of
https://github.com/google/googletest.git
synced 2025-12-07 17:26:53 +08:00
30 lines
854 B
Markdown
30 lines
854 B
Markdown
# 支持的平台
|
|
|
|
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 是由开源社区支持的构建系统。
|
|
|