diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-02-27 17:14:45 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-02-27 17:14:45 +0300 |
commit | 48dc59fa1f145b49cff87965fbca3b376e857def (patch) | |
tree | c0531bed885f1b0aaf74fb20330f5d7bfb836756 /BUILD.md | |
parent | 5f9c0053cca0cb19e392a93b48c4d3020f00a1e2 (diff) | |
download | ydb-48dc59fa1f145b49cff87965fbca3b376e857def.tar.gz |
Temporary stick to an old version of conan as 2.0 lacks required install parameter
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |