Skip to content

Commit 2be0a8c

Browse files
authored
Merge pull request #3981 from LucasYuki/kepler_dependencies
move kepler dependencies from _installCI to _installUbuntuPackages
2 parents 5ad3f1f + b426be7 commit 2be0a8c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

etc/DependencyInstaller.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,25 @@ _installUbuntuPackages() {
152152
apt-get -y update
153153
apt-get -y install --no-install-recommends \
154154
bison \
155+
capnproto \
155156
curl \
156157
flex \
157158
help2man \
159+
libboost-iostreams-dev \
160+
libcapnp-dev \
158161
libfl-dev \
159162
libfl2 \
160163
libgit2-dev \
161164
libgoogle-perftools-dev \
165+
libgtest-dev \
162166
libqt5multimediawidgets5 \
163167
libqt5opengl5 \
164168
libqt5svg5-dev \
165169
libqt5xmlpatterns5-dev \
170+
libtbb-dev \
166171
libz-dev \
167172
perl \
173+
pkg-config \
168174
python3-pip \
169175
python3-venv \
170176
qtmultimedia5-dev \
@@ -274,10 +280,7 @@ _installCI() {
274280
coreutils \
275281
curl \
276282
python3 \
277-
software-properties-common \
278-
clang pkg-config \
279-
libboost-dev libfl-dev libtbb-dev capnproto libcapnp-dev \
280-
libgtest-dev libspdlog-dev libfmt-dev libboost-iostreams-dev zlib1g-dev
283+
software-properties-common
281284
}
282285

283286
_help() {

0 commit comments

Comments
 (0)