Building without git submodules fails with missing dependencies and
it's not obvious where to get those from.
Signed-off-by: Michael Adler <
michae...@siemens.com>
---
docs/COMPILE.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 101c9d6..919c679 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -2,6 +2,13 @@
## Required libraries and headers for compilation ##
+If you are building from a git checkout, make sure that you have cloned
+the git submodules as well, e.g.
+
+```
+git submodule update --init
+```
+
### Arch Linux ###
```
--
2.35.1