You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The libraries that opentelemetry-cpp requires have minimum required versions which are higher than the ones that are natively available on the systems being tested. By listing the exact versions of the libraries, the dependencies are clearly stated which removes the guesswork from build problems.
Copy file name to clipboardExpand all lines: docs/dependencies.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ There are
6
6
- Internal dependencies as the part of code from external libraries
7
7
backported/copied in main repo.
8
8
9
+
The minimum required versions of the third-party libraries that are required can be found in the [third_party_minimum](../install/cmake/third_party_minimum) file. The minimum supported versions are listed here for convenience but the authorative source is always the linked file.
10
+
9
11
Both these dependencies are listed here:
10
12
11
13
## Internal dependencies
@@ -37,7 +39,7 @@ Both these dependencies are listed here:
37
39
38
40
-[OTLP/HTTP+JSON](/exporters/otlp)
39
41
exporter:
40
-
-[protobuf](https://github.com/protocolbuffers/protobuf): Library to
42
+
-[protobuf](https://github.com/protocolbuffers/protobuf) (v3.21.6 or later): Library to
41
43
serialize structured data.
42
44
- OTLP messages are constructed as protobuf payloads.
43
45
-`protoc` compiler is used to generate C++ stubs for proto files provided
@@ -48,17 +50,17 @@ Both these dependencies are listed here:
0 commit comments