diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst
index 5b6840d3e745098ef53d96cc5ea2698586a03e2b..5a102626bbf26bd9089677eb0d61db6f60c6ae17 100644
--- a/doc/Install_develop.rst
+++ b/doc/Install_develop.rst
@@ -103,6 +103,22 @@ Known problems
 Troubleshooting
 ~~~~~~~~~~~~~~~
 
+Warning: WARNING: GCC OLD ABI COMPATIBILITY
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Just do what it says. Either run
+
+.. code:: console
+
+   conan profile update settings.compiler.libcxx=libstdc++11 default
+
+or change `~/.conan/profiles/default` or use another conan profile.
+
+/bin/sh: line 1: cmake: command not found
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Install cmake.
+
 ``conan install`` fails due to missing prebuilts
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^