From cdb6a4822e3ee91c4a9e6256dd008a21914e3827 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 17 Dec 2019 09:27:32 +0100 Subject: [PATCH] Installation documentation updated --- doc/INSTALL.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 6eba2684..a2dc192b 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -10,11 +10,15 @@ As `units` is a header-only library you can simply copy `src/include` directory your source tree and use it as regular header files. NOTE: Until C++20 arrives the library has some 3rd party dependencies that provide -experimental C++20 features. The list of dependncies include: -- `range-v3@ericniebler` +experimental C++20 features. The list of dependencies include: +- `range-v3@ericniebler` (only for gcc-9, gcc-10 uses gcc's concepts implementation) - `fmt@_` -All of them are easily obtained with `conan`. +All of them are easily to obtain with `conan`. + +NOTE: In case a full library's repository is to be compiled (instead of just copying +`src/include` headers), additionally, the library's unit tests depend on +`Catch2@catchorg` conan package. ### cmake + conan