From 6641277f396ddc812f4c1933e46c1f7559947fac Mon Sep 17 00:00:00 2001 From: "Lars T. Kyllingstad" Date: Mon, 9 Oct 2023 10:21:10 +0200 Subject: [PATCH] Specify that we currently only support Conan 1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b170911..beb5dfcd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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