File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -152,19 +152,29 @@ _installUbuntuPackages() {
152152 apt-get -y update
153153 apt-get -y install --no-install-recommends \
154154 bison \
155+ capnproto \
156+ clang \
155157 curl \
156158 flex \
157159 help2man \
160+ libboost-dev \
161+ libboost-iostreams-dev \
162+ libcapnp-dev \
158163 libfl-dev \
164+ libfmt-dev \
159165 libfl2 \
160166 libgit2-dev \
161167 libgoogle-perftools-dev \
168+ libgtest-dev \
162169 libqt5multimediawidgets5 \
163170 libqt5opengl5 \
164171 libqt5svg5-dev \
165172 libqt5xmlpatterns5-dev \
173+ libspdlog-dev \
174+ libtbb-dev \
166175 libz-dev \
167176 perl \
177+ pkg-config \
168178 python3-pip \
169179 python3-venv \
170180 qtmultimedia5-dev \
@@ -274,10 +284,7 @@ _installCI() {
274284 coreutils \
275285 curl \
276286 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
287+ software-properties-common
281288}
282289
283290_help () {
You can’t perform that action at this time.
0 commit comments