aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-02-27 17:14:45 +0300
committeralexv-smirnov <alex@ydb.tech>2023-02-27 17:14:45 +0300
commit48dc59fa1f145b49cff87965fbca3b376e857def (patch)
treec0531bed885f1b0aaf74fb20330f5d7bfb836756 /BUILD.md
parent5f9c0053cca0cb19e392a93b48c4d3020f00a1e2 (diff)
downloadydb-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 3acaab3c7a..f0555db80a 100644
--- a/BUILD.md
+++ b/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.