-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document dependencies #1119
Document dependencies #1119
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1119 +/- ##
=======================================
Coverage 93.39% 93.39%
=======================================
Files 165 165
Lines 6229 6229
=======================================
Hits 5817 5817
Misses 412 412 |
@@ -3,6 +3,16 @@ | |||
[CMake](https://cmake.org/) and [Bazel](https://bazel.build) are the official | |||
build systems for opentelemetry-cpp. | |||
|
|||
## Dependencies | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also a more detailed dependencies doc here ( https://github.com/open-telemetry/opentelemetry-cpp/blob/main/docs/dependencies.md).
Can we add a reference to the above doc along with https://github.com/open-telemetry/opentelemetry-cpp/blob/main/third_party_release for versions in this section? This way we don't need to list out the libraries again here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, how I missed this file :).
Thanks, I removed the libs.
Fixes #1108 (issue)
Changes
Please provide a brief description of the changes here.
Adds dependencies to INSTALL.md.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes