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 a802826 commit e181b92
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions content/en/docs/instrumentation/cpp/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,34 +75,6 @@ To begin, install Oat++ locally using the [source code](https://github.com/oatp
make install
```

oatpp directory structure should look something like this:
```scss
oatpp/
├── CMakeLists.txt
├── src/
| ├── oatpp/
| | ├── network/
| | | └── ... (network library headers and source files)
| | ├── web/
| | | └── ... (web library headers and source files)
| | └── ... (other oatpp moduels)
| |
| ├── oatpp-test/
| |
| └── CMakeLists.txt (oatpp root CMake configuration file)
├── build/
| ├── Makefile
| ├── src/
| ├── CMakeFiles/
| | └── ... (CMake build-related files)
| └── ... (other build-related files)
|
├── test/
├── cmake/
└── ...(other oatpp subdirectories)
```

**Next, install and build [OpenTelemetry C++](https://github.com/open-telemetry/opentelemetry-cpp) locally using CMake, following these general steps:**

Expand Down

0 comments on commit e181b92

Please sign in to comment.