From 8f32ff470d45f8a81a9283b141fca40e80f589f7 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Mon, 3 Jun 2024 10:00:42 +0200
Subject: [PATCH] DOC: One more helping line.

---
 doc/Install_develop.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst
index 1376d0a..11ee850 100644
--- a/doc/Install_develop.rst
+++ b/doc/Install_develop.rst
@@ -28,6 +28,7 @@ package manager. The compiler must support the C++17 standard.
 1. clone/update the subrepo ``git submodule update --init proto``
 2. ``mkdir build && cd build``
 3. ``conan install .. -s "compiler.libcxx=libstdc++11"``
+   - When there are missing dependencies, it may help to run this with ``--build=missing``.
 4. ``cmake -B . ..``
 5. ``cmake --build .``
 
-- 
GitLab