File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,9 @@ Instructions for installing CMake and Ninja directly can be found [below](#build
110
110
111
111
For Ubuntu, you'll need the following development dependencies:
112
112
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
114
116
115
117
** Note:** LLDB currently requires at least ` swig-1.3.40 ` but will successfully build
116
118
with version 2 shipped with Ubuntu.
You can’t perform that action at this time.
0 commit comments