Skip to content

Commit

Permalink
Specify that we currently only support Conan 1 (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad authored Oct 9, 2023
1 parent 4a50dab commit 9dff0ad
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9dff0ad

Please sign in to comment.