File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,14 @@ You can link OpenTelemetry C++ SDK with libraries provided in [dependencies.md](
23
23
unittests. We use CMake version 3.15.2 in our build system. To install CMake,
24
24
consult the [ Installing CMake] ( https://cmake.org/install/ ) guide.
25
25
- [ 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
27
28
install GoogleTest, consult the [ GoogleTest Build
28
29
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 ) .
29
34
- Apart from above core requirements, the Exporters and Propagators have their
30
35
build dependencies which are not covered here. E.g, Otlp Exporter needs
31
36
grpc/protobuf library, Zipkin exporter needs nlohmann-json and libcurl, ETW
You can’t perform that action at this time.
0 commit comments