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 15bfab0 commit 5c7eeae
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions content/en/docs/instrumentation/cpp/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,6 @@ include_directories(${OATPP_ROOT}/src)
target_link_libraries(myapp PRIVATE ${OATPP_LIB})
```
Replace `/path/to/oatpp/lib` with the actual path leading to oatpp library header files within your local installation.
**Note:**
`${OATPP_ROOT}/src` should contain header filies with `.hpp` extensions.
You can manually search for the oatpp library using terminal commands. For Instance, on Unix-based systems, the `find` command could be used:
```bash
find / -name 'liboatpp.a' 2>/dev/null
```
**Create a simple API for rolling a dice:**
Next, the sample HTTP server source code is needed. It will do the following:
Expand Down

0 comments on commit 5c7eeae

Please sign in to comment.