Browse Source

Temporary stick to an old version of conan as 2.0 lacks required install parameter

alexv-smirnov 2 years ago
parent
commit
48dc59fa1f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      BUILD.md

+ 2 - 2
BUILD.md

@@ -43,8 +43,8 @@
 1. Install dependencies
 
     ```
-    sudo apt-get -y install git cmake python python3-pip ninja-build antlr3 m4 clang-12 lld-12 libidn11-dev libaio1 libaio-dev
-    sudo pip3 install conan
+    sudo apt-get -y install git cmake python3-pip ninja-build antlr3 m4 clang-12 lld-12 libidn11-dev libaio1 libaio-dev
+    sudo pip3 install conan==1.59
      ```
 
  1. Create the work directory. Please make sure you have at least 80Gb of free space. We also recommend placing this directory on SSD to reduce build times.