File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments