diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-02-27 19:10:39 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-02-27 19:10:39 +0300 |
commit | 65756f03413191d393ab2c8f3983a78961e6b572 (patch) | |
tree | 1825fe2097e64a8b5f1ed72b396c31532c13befe | |
parent | 61873221e9ca9532a18a6df26b404701965a0eb7 (diff) | |
download | ydb-65756f03413191d393ab2c8f3983a78961e6b572.tar.gz |
Hint on llvm for Ubuntu 18
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ``` |