File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,29 @@ 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 \
114
- libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libcurl4-openssl-dev \
115
- systemtap-sdt-dev tzdata rsync python-six
113
+ ```
114
+ sudo apt-get install \
115
+ clang \
116
+ cmake \
117
+ git \
118
+ icu-devtools \
119
+ libcurl4-openssl-dev \
120
+ libedit-dev \
121
+ libicu-dev \
122
+ libncurses5-dev \
123
+ libpython-dev \
124
+ libsqlite3-dev \
125
+ libxml2-dev \
126
+ ninja-build \
127
+ pkg-config \
128
+ python \
129
+ python-six \
130
+ rsync \
131
+ swig \
132
+ systemtap-sdt-dev \
133
+ tzdata \
134
+ uuid-dev
135
+ ```
116
136
117
137
** Note:** LLDB currently requires at least ` swig-1.3.40 ` but will successfully build
118
138
with version 2 shipped with Ubuntu.
You can’t perform that action at this time.
0 commit comments