Skip to content

Commit

Permalink
Install seems to be required to fix the error
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamaro committed Apr 19, 2024
1 parent 24cd065 commit 3f598d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/languages/cpp/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ using CMake, following these steps:
cmake --build .
```

6. Install

```bash
sudo make install
```

With Oat++ and OpenTelemetry C++ ready, you can continue with creating the HTTP
Server, that we want to instrument eventually.

Expand Down

0 comments on commit 3f598d7

Please sign in to comment.