Skip to content

Commit b9eb344

Browse files
authored
Merge pull request #29806 from MaxDesiatov/patch-1
Improve Linux dependencies formatting in README.md
2 parents 3566e6e + 1de104f commit b9eb344

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ Instructions for installing CMake and Ninja directly can be found [below](#build
110110

111111
For Ubuntu, you'll need the following development dependencies:
112112

113-
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync python-six
113+
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libedit-dev \
114+
libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libcurl4-openssl-dev \
115+
systemtap-sdt-dev tzdata rsync python-six
114116

115117
**Note:** LLDB currently requires at least `swig-1.3.40` but will successfully build
116118
with version 2 shipped with Ubuntu.

0 commit comments

Comments
 (0)