Skip to content

Commit

Permalink
Document submodule usage (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Oct 11, 2023
1 parent cd1e4e3 commit 6c2642c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ cmake -S . -B build
cmake --build build
```

Do note that the submodules need to be installed before building:
```
git submodule update --init --recursive
```


## Debugging

When debugging native code, make sure to configure a debug build:
Expand Down

0 comments on commit 6c2642c

Please sign in to comment.