Skip to content

Commit 89cd6b6

Browse files
Added missing dependencies to Linux build script
1 parent 81ab2f3 commit 89cd6b6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

bin/build.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ build_macos() {
4343

4444
build_linux() {
4545
export DEBIAN_FRONTEND=noninteractive
46-
sudo apt update
47-
sudo apt upgrade -y
48-
sudo apt install -y \
46+
apt update
47+
apt upgrade -y
48+
apt install -y \
4949
cmake pkg-config qmake6 \
50+
g++ \
51+
git \
52+
zip \
5053
wget file patchelf \
5154
libsndfile1-dev \
5255
qt6-base-dev qt6-multimedia-dev qt6-wayland \

0 commit comments

Comments
 (0)