1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-04 00:20:38 +08:00

update requirements to point to our dependencies doc

This commit is contained in:
dominic 2024-06-07 13:55:47 +01:00 committed by GitHub
parent 83939d0bd4
commit f095aab235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,12 +53,10 @@ IRC channels:
The library can be used with C++03. However, it requires C++11 to build,
including compiler and standard library support.
The following minimum versions are required to build the library:
_See [dependencies.md](docs/dependencies.md) for more details regarding supported
compilers and standards._
* GCC 4.8
* Clang 3.4
* Visual Studio 14 2015
* Intel 2015 Update 1
If you have need for a particular compiler to be supported, patches are very welcome.
See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md).