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

4. Build oatpp:

Build oatpp using the `make` command. This command will trigger the build process specified in the Makefile included in the oatpp source code.
4. Build oatpp using the `cmake` and `make` commands. This command will trigger the build process specified in the `CMakeLists.txt` included in the oatpp source code.

```bash
cmake ..
make
```

5. Install oatpp:

Expand Down

0 comments on commit a802826

Please sign in to comment.