Skip to content

Commit 7b9132c

Browse files
authored
docs-changes (#1152)
1 parent 85ea91f commit 7b9132c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

INSTALL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ You can link OpenTelemetry C++ SDK with libraries provided in [dependencies.md](
2323
unittests. We use CMake version 3.15.2 in our build system. To install CMake,
2424
consult the [Installing CMake](https://cmake.org/install/) guide.
2525
- [GoogleTest](https://github.com/google/googletest) framework to build and run
26-
the unittests. We use GoogleTest version 1.10.0 in our build system. To
26+
the unittests. Refer to [third_party_release](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/third_party_release#L5)
27+
for version of GoogleTest used in CI. To
2728
install GoogleTest, consult the [GoogleTest Build
2829
Instructions](https://github.com/google/googletest/blob/master/googletest/README.md#generic-build-instructions).
30+
- [Google Benchmark](https://github.com/google/benchmark) framework to build and run
31+
benchmark tests. Refer to [third_party_release](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/third_party_release#L4)
32+
for version of Benchmark used in CI. To install Benchmark,
33+
consult the [GoogleBenchmark Build Instructions](https://github.com/google/benchmark#installation).
2934
- Apart from above core requirements, the Exporters and Propagators have their
3035
build dependencies which are not covered here. E.g, Otlp Exporter needs
3136
grpc/protobuf library, Zipkin exporter needs nlohmann-json and libcurl, ETW

0 commit comments

Comments
 (0)