docs: Add a note about submodules initialization and sync

This commit is contained in:
Guy Shimko 2025-01-14 21:48:07 +02:00
parent 386d09efd7
commit 1d7b4ff428

View File

@ -70,6 +70,9 @@ You may choose to copy the `gdb` binary to the platform, or use `gdbserver` to d
## Development
> [!NOTE]
> Before building, make sure to initialize & sync the git submodules.
Alternatively, you can build `gdb-static` from source. To do so, follow the instructions below:
<details open>