Skip to content
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

Merged
merged 5 commits into from
Dec 8, 2021
Merged

Conversation

esigo
Copy link
Member

@esigo esigo commented Dec 7, 2021

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
  • Unit tests have been added
  • Changes in public API reviewed

@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #1119 (86914c0) into main (a980571) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1119   +/-   ##
=======================================
  Coverage   93.39%   93.39%           
=======================================
  Files         165      165           
  Lines        6229     6229           
=======================================
  Hits         5817     5817           
  Misses        412      412           

@esigo esigo marked this pull request as ready for review December 7, 2021 22:03
@esigo esigo requested a review from a team December 7, 2021 22:03
@@ -3,6 +3,16 @@
[CMake](https://cmake.org/) and [Bazel](https://bazel.build) are the official
build systems for opentelemetry-cpp.

## Dependencies

Copy link
Member

@lalitb lalitb Dec 8, 2021

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.

Copy link
Member Author

@esigo esigo Dec 8, 2021

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.

INSTALL.md Outdated Show resolved Hide resolved
@ThomsonTan ThomsonTan merged commit 30d9bbc into open-telemetry:main Dec 8, 2021
@esigo esigo deleted the document-dependencies branch December 8, 2021 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add minimum version of Thrift in Jaeger exporter build instructions
3 participants