Skip to content
Snippets Groups Projects
Commit 8ff4e08e authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-dependency-docs' into 'dev'

Resolve "Add perl as explicit dependency"

See merge request !62
parents 49aecc1d ec0ca354
No related branches found
No related tags found
1 merge request!62Resolve "Add perl as explicit dependency"
Checking pipeline status
......@@ -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
```
......
......@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment