Skip to content

Commit e181b92

Browse files
Akhaled19svrnm
andauthored
Update content/en/docs/instrumentation/cpp/getting-started.md
Co-authored-by: Severin Neumann <[email protected]>
1 parent a802826 commit e181b92

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

content/en/docs/instrumentation/cpp/getting-started.md

-28
Original file line numberDiff line numberDiff line change
@@ -75,34 +75,6 @@ To begin, install Oat++ locally using the [source code](https://github.com/oatp
7575
make install
7676
```
7777

78-
oatpp directory structure should look something like this:
79-
```scss
80-
oatpp/
81-
82-
├── CMakeLists.txt
83-
├── src/
84-
| ├── oatpp/
85-
| | ├── network/
86-
| | | └── ... (network library headers and source files)
87-
| | ├── web/
88-
| | | └── ... (web library headers and source files)
89-
| | └── ... (other oatpp moduels)
90-
| |
91-
| ├── oatpp-test/
92-
| |
93-
| └── CMakeLists.txt (oatpp root CMake configuration file)
94-
├── build/
95-
| ├── Makefile
96-
| ├── src/
97-
| ├── CMakeFiles/
98-
| | └── ... (CMake build-related files)
99-
| └── ... (other build-related files)
100-
|
101-
├── test/
102-
├── cmake/
103-
└── ...(other oatpp subdirectories)
104-
105-
```
10678

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

0 commit comments

Comments
 (0)