Skip to content

Commit

Permalink
docs(contributing): add prerequisites (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
morigs authored Oct 26, 2020
1 parent 3764ea8 commit bec6959
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ join the meeting or get in touch on

## Pull Requests

### Prerequisites

Crate `opentelemetry-otlp` uses gRPC. So you will need the following to build:

- [protoc](https://github.com/protocolbuffers/protobuf)
- [cmake](https://cmake.org)
- [llvm](https://releases.llvm.org/download.html) (and `LIBCLANG_PATH` environment variable pointing to the `bin` directory of LLVM install)

### How to Send Pull Requests

Everyone is welcome to contribute code to `opentelemetry-rust` via
Expand Down

0 comments on commit bec6959

Please sign in to comment.