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

Specify that we currently only support Conan 1 #745

Merged
merged 1 commit into from
Oct 9, 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: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in the section below or you can use conan. As libcosim is made available as a
conan package on https://osp.jfrog.io, you can include it in your application
following these steps:

* Install [Conan]
* Install [Conan] version 1.x
* Add the OSP Conan repository as a remote:

conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local
Expand All @@ -38,7 +38,7 @@ How to build
* Compilers: [Visual Studio] >= 16.0/2019 (Windows), GCC >= 7 (Linux)
* Build tool: [CMake]
* API documentation generator (optional): [Doxygen]
* Package manager (optional): [Conan]
* Package manager (optional): [Conan] 1.x

Throughout this guide, we will use Conan to manage dependencies. However, it
should be possible to use other package managers as well, such as [vcpkg], and
Expand Down