Skip to content

Commit

Permalink
Add Makefile step to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Mar 15, 2024
1 parent b746011 commit 1e9e226
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sync-todo/v2/client/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ This app uses CMake to manage dependencies. You must have CMake installed to use
```shell
mkdir build && cd build
```


- Use CMake to create the Makefile

```shell
cmake ../
```

- Use CMake to build the app executable.

```shell
Expand Down

0 comments on commit 1e9e226

Please sign in to comment.