Skip to content

Commit 5ec9adc

Browse files
authored
Merge pull request swiftlang#29856 from benrimmington/sorted-dependencies
Alphabetize development dependencies in README.md
2 parents b4e0385 + 9cdf13a commit 5ec9adc

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,29 @@ 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 \
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+
```
116136

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

0 commit comments

Comments
 (0)