• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Supported Platforms
2
3GoogleTest requires a codebase and compiler compliant with the C++11 standard or
4newer.
5
6The GoogleTest code is officially supported on the following platforms.
7Operating systems or tools not listed below are community-supported. For
8community-supported platforms, patches that do not complicate the code may be
9considered.
10
11If you notice any problems on your platform, please file an issue on the
12[GoogleTest GitHub Issue Tracker](https://github.com/google/googletest/issues).
13Pull requests containing fixes are welcome!
14
15### Operating systems
16
17*   Linux
18*   macOS
19*   Windows
20
21### Compilers
22
23*   gcc 5.0+
24*   clang 5.0+
25*   MSVC 2015+
26
27**macOS users:** Xcode 9.3+ provides clang 5.0+.
28
29### Build systems
30
31*   [Bazel](https://bazel.build/)
32*   [CMake](https://cmake.org/)
33
34Bazel is the build system used by the team internally and in tests. CMake is
35supported on a best-effort basis and by the community.
36