Skip to content

Commit

Permalink
add note to indicate instructions will only work for conan versions 1…
Browse files Browse the repository at this point in the history
….X (#154)
  • Loading branch information
felixmaisonneuve authored Mar 20, 2023
1 parent 392c312 commit 44dac04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api_cpp/examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 44dac04

Please sign in to comment.