Skip to content

Commit

Permalink
Update README.md with up2date conan instructions (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
perseoGI authored Jul 4, 2024
1 parent 9526ecf commit 76a2cbb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,13 +749,17 @@ We have optimizations specific to AVX2 and AVX-512 in the code, and they are tur

## Usage (Using `conan`)

You can install the library using the conan package manager:
You can install pre-built binaries for `roaring` or build it from source using [Conan](https://conan.io/). Use the following command to install latest version:

```
$ echo -e "[requires]\nroaring/0.3.3" > conanfile.txt
$ conan install .
conan install --requires="roaring/[*]" --build=missing
```

For detailed instructions on how to use Conan, please refer to the [Conan documentation](https://docs.conan.io/2/).

The `roaring` Conan recipe is kept up to date by Conan maintainers and community contributors.
If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the ConanCenterIndex repository.


## Usage (Using `vcpkg` on Windows, Linux and macOS)

Expand Down

0 comments on commit 76a2cbb

Please sign in to comment.