From 26f71667b336defdb7ec038f334708454d9cd28c Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Fri, 8 Sep 2023 15:58:08 -0300 Subject: [PATCH] Add conan install to build instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3d75fa0..9800c2a 100644 --- a/README.md +++ b/README.md @@ -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: ```