Skip to content

Commit

Permalink
Update version numbers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed Nov 20, 2023
1 parent 0244abd commit 5271e2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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] 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
Expand All @@ -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
Expand Down

0 comments on commit 5271e2d

Please sign in to comment.