From e870f6b3120a0f22a99c967eb54814a7f601878a Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Mon, 23 Jun 2025 16:19:12 +0100 Subject: [PATCH] fixed error in build --- setup.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index f069d5d..7bb2b54 100644 --- a/setup.sh +++ b/setup.sh @@ -26,7 +26,7 @@ sudo apt upgrade -y # --------------------------------------------------------- echo "" echo "Step 2: Installing development tools..." -sudo apt install -y git curl python3 python3-pip build-essential +sudo apt install -y git curl python3 python3-pip build-essential autoconf automake libtool cmake # --------------------------------------------------------- # Step 3: Install audio and media dependencies @@ -36,6 +36,7 @@ echo "Step 3: Installing audio libraries and tools..." sudo apt install -y alsa-utils ffmpeg \ portaudio19-dev python3-pyaudio \ libasound2-dev libjack-jackd2-dev \ + libsndfile-dev \ || echo "Warning: Some audio dependencies may have failed to install — continuing anyway." # --------------------------------------------------------- @@ -58,9 +59,6 @@ fi cd libltc echo "Installing libltc build dependencies..." -sudo apt install -y autoconf automake libtool - -echo "Preparing libltc build..." ./autogen.sh ./configure