Skip to content

Commit 9688a73

Browse files
authored
Fix typos in BUILD.md and update "Install dependencies" section (#11213)
1 parent e6dec84 commit 9688a73

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

BUILD.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ git checkout CLI_2.5.0
7171

7272
You can use the native Yatool build for x86_64 under Ubuntu Linux 18+.
7373

74-
Run `ya make` from the repository root, followed by an optional relative path to the build target. By default, `ya make` compiles a `debug` configuration, while you can choose to have `release` or `relwithdebinfo`. The latter is recommended for faster builds, as is leverages the YDB remote build cache.
74+
Run `ya make` from the repository root, followed by an optional relative path to the build target. By default, `ya make` compiles a `debug` configuration, while you can choose to have `release` or `relwithdebinfo`. The latter is recommended for faster builds, as it leverages the YDB remote build cache.
7575

7676
To build a binary, Yatool downloads and caches relevant toolchains from the YDB S3 storage, so you do not need to install anything on the build machine.
7777

@@ -97,7 +97,7 @@ You can use CMake to build YDB for various architectures and operating systems.
9797

9898
YDB server can be built for Ubuntu 18.04, 20.04 and 22.04. Other Linux distributions are likely to work, but additional effort may be required.
9999

100-
YDB CLI can be built for Ubuntu 18+, Windows, and MacOS. Instructions below are provided for Ubuntu only, other options are to be described later.
100+
YDB CLI can be built for Ubuntu 18+, Windows, and macOS. Instructions below are provided for Ubuntu only, other options are to be described later.
101101

102102
### For Ubuntu versions earlier than 22.04
103103

@@ -133,7 +133,9 @@ It is recommended to build YDB on Ubuntu 22.04. Follow these additional instruct
133133
### Install dependencies
134134

135135
```bash
136-
sudo apt-get -y install git cmake python3-pip ninja-build antlr3 m4 clang-14 lld-14 libidn11-dev libaio1 libaio-dev llvm-14
136+
sudo apt-get update && \
137+
sudo apt-get -y install git cmake python3-pip ninja-build antlr3 m4 clang-14 lld-14 libidn11-dev \
138+
libaio1 libaio-dev llvm-14 curl
137139
sudo pip3 install conan==1.59 grpcio-tools==1.57.0
138140

139141
```

0 commit comments

Comments
 (0)