Skip to content

Commit

Permalink
Update content/en/docs/instrumentation/cpp/getting-started.md
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
Akhaled19 and svrnm authored Dec 18, 2023
1 parent 50f7998 commit d383f7b
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions content/en/docs/instrumentation/cpp/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,39 +115,6 @@ Next, install and build [OpenTelemetry C++](https://github.com/open-telemetry/op
cmake --build .
```

OpenTelemetry C++ SDK directory structure should look something like this:
```scss
opentelemetry-cpp/
├── CMakeLists.txt
├── sdk/
| ├── CMakeLists.txt (oatpp root CMake configuration file)
| ├── src/
| | └── ... (SDK source files)
| |
| ├── include/
| | └── opentelemetry/
| | └── sdk/
| | ├── ... (SDK headers)
| |
| └── ... (other SDK-related files or subsirectories)
|
├── build/
| ├── Makefile
| ├── CMakeFiles/
| | └── ... (CMake-generated files and configuration)
| └── ... (other build-related files)
|
├── api/
| ├──CMakeLists.txt (CMake configuration file for the API)
| ├── include/
| | └── opentelemetry/
| | └── ... (API headers)
| └── ... (other API-related files or subdirectories)
|
└── ...(other opentelemetry-cpp file or subdirectories)
```

**Finally, create a new project directory called `roll-dice`.**

Expand Down

0 comments on commit d383f7b

Please sign in to comment.