From 1d7b4ff428f362765366f685116cb88d89bf4816 Mon Sep 17 00:00:00 2001 From: Guy Shimko Date: Tue, 14 Jan 2025 21:48:07 +0200 Subject: [PATCH] docs: Add a note about submodules initialization and sync --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d911c4..d27225d 100644 --- a/README.md +++ b/README.md @@ -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: