diff --git a/doc/DEPENDENCIES.md b/doc/DEPENDENCIES.md
index 543d02c00d535589103d9d7c39dea708b8846914..dd084c14755f7cfe9ff07be6577b1cb1edad734d 100644
--- a/doc/DEPENDENCIES.md
+++ b/doc/DEPENDENCIES.md
@@ -13,7 +13,8 @@ Exact versions of some packages here are listed in `requirements.txt`.
 ```
 >=conan-2.5.0 (e.g. with `pip install conan`)
 >=cmake-3.13
->=gcc-10.2.0 | >=clang-11
+>=gcc-12.2.0 | >= Visual Studio 2022 (17.9)
+>=perl-5.0
 ```
 
 ## Optional ##
@@ -39,7 +40,7 @@ clang-tidy-16
 ## Coverage ##
 
 ```
->=gcc-10.2.0
+>=gcc-12.2.0
 >=lcov-1.16
 ```
 
diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst
index 255fd2f66d47ae86a9daa5ff120b66e6f3ca38c6..d0b2281ce7782ab75decf44e485ee0ecf6bae24c 100644
--- a/doc/Install_develop.rst
+++ b/doc/Install_develop.rst
@@ -161,6 +161,12 @@ settings, try adding the ``--build=missing`` option:
 ``conan install .. [ other options ] --build=missing``. This should
 download and compile the sources of the dependencies.
 
+``conan install`` fails with Can't locate FindBin.pm
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This error occurs during OpenSSL compilation when the Perl 
+module ``FindBin`` is missing. Install ``perl`` to resolve this issue.
+
 cmake fails when using the debug flag
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^