Skip to content

Commit

Permalink
Add conan install to build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elmato committed Sep 8, 2023
1 parent ee60412 commit 26f7166
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ git submodule update --init --recursive
Prerequisites:
- Ubuntu 22 or later or other compatible Linux
- gcc 11 or later
- cmake
- conan

Conan install
```shell
pip3 install --user conan==1.58.0 chardet
```

Easy Steps:
```
Expand Down

0 comments on commit 26f7166

Please sign in to comment.