From 5271e2d0f9e5ea813a4656e9d31cb61d4dd9e6c1 Mon Sep 17 00:00:00 2001 From: "Lars T. Kyllingstad" Date: Mon, 20 Nov 2023 15:35:54 +0100 Subject: [PATCH] Update version numbers in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index beb5dfcd..9955e3fc 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] version 1.x +* Install [Conan] version 2.x * Add the OSP Conan repository as a remote: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local @@ -35,10 +35,10 @@ How to build ### Required tools - * Compilers: [Visual Studio] >= 16.0/2019 (Windows), GCC >= 7 (Linux) - * Build tool: [CMake] + * Compilers: [Visual Studio] >= 16.0/2019 (Windows), GCC >= 9 (Linux) + * Build tool: [CMake] >= 3.19 * API documentation generator (optional): [Doxygen] - * Package manager (optional): [Conan] 1.x + * Package manager (optional): [Conan] 2.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