Skip to content

Commit

Permalink
docs-changes (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 authored Dec 19, 2021
1 parent 85ea91f commit 7b9132c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ You can link OpenTelemetry C++ SDK with libraries provided in [dependencies.md](
unittests. We use CMake version 3.15.2 in our build system. To install CMake,
consult the [Installing CMake](https://cmake.org/install/) guide.
- [GoogleTest](https://github.com/google/googletest) framework to build and run
the unittests. We use GoogleTest version 1.10.0 in our build system. To
the unittests. Refer to [third_party_release](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/third_party_release#L5)
for version of GoogleTest used in CI. To
install GoogleTest, consult the [GoogleTest Build
Instructions](https://github.com/google/googletest/blob/master/googletest/README.md#generic-build-instructions).
- [Google Benchmark](https://github.com/google/benchmark) framework to build and run
benchmark tests. Refer to [third_party_release](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/third_party_release#L4)
for version of Benchmark used in CI. To install Benchmark,
consult the [GoogleBenchmark Build Instructions](https://github.com/google/benchmark#installation).
- Apart from above core requirements, the Exporters and Propagators have their
build dependencies which are not covered here. E.g, Otlp Exporter needs
grpc/protobuf library, Zipkin exporter needs nlohmann-json and libcurl, ETW
Expand Down

0 comments on commit 7b9132c

Please sign in to comment.