aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-02-27 19:10:39 +0300
committeralexv-smirnov <alex@ydb.tech>2023-02-27 19:10:39 +0300
commit65756f03413191d393ab2c8f3983a78961e6b572 (patch)
tree1825fe2097e64a8b5f1ed72b396c31532c13befe
parent61873221e9ca9532a18a6df26b404701965a0eb7 (diff)
downloadydb-65756f03413191d393ab2c8f3983a78961e6b572.tar.gz
Hint on llvm for Ubuntu 18
-rw-r--r--BUILD.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index f0555db80a..ee51b899c3 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -40,6 +40,8 @@
sudo apt-get update
```
+ For Ubuntu 18, use `llvm-toolchain-$(lsb_release -cs)-12` in the command above.
+
1. Install dependencies
```