From 44dac04e89f0ba8a6d8fc6b9e5e12c677e738c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Maisonneuve?= <83971099+felixmaisonneuve@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:11:03 -0400 Subject: [PATCH] add note to indicate instructions will only work for conan versions 1.X (#154) --- api_cpp/examples/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api_cpp/examples/readme.md b/api_cpp/examples/readme.md index 2da8ef9..bec281f 100644 --- a/api_cpp/examples/readme.md +++ b/api_cpp/examples/readme.md @@ -115,10 +115,12 @@ Because GCC is not coded for the Windows operating system, a GCC port of MinGW-w ### Using Conan -The C++ examples use the Conan package manager for fetching its dependencies. +The C++ examples use the Conan (V1.X) package manager for fetching its dependencies. This is done by default and requires Conan to be installed. +> Instructions are for conan V1.X only and it won't work for versions >=2.0.0 You can refer to the [Conan Installation Tutorial](https://docs.conan.io/en/latest/installation.html) for installing Conan. + **Note**: It is recommended to install Python3 for Conan. You can download and install Python3 from https://www.python.org/ When installing `conan` via `pip` the new directory might not be appended to the PATH. This can be solved on Ubuntu by restarting the terminal or by using `source ~/.profile` or by adding the installed PATH (that you can find with `pip show conan`) to your PATH environnement variable in Windows.