Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note to indicate instructions will only work for conan versions 1.X #154

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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