From 640a7102dabed86c17c6ff4e03004d39417f1a16 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 1 Nov 2024 00:21:16 +0000 Subject: [PATCH] added pkgconfig --- static/static/raspi-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/static/static/raspi-setup.sh b/static/static/raspi-setup.sh index 814ea88..26a046c 100644 --- a/static/static/raspi-setup.sh +++ b/static/static/raspi-setup.sh @@ -4,6 +4,7 @@ if [ $# -eq 0 ]; then sudo apt-get update sudo apt-get upgrade sudo apt-get -y install git + sudo apt-get -y install pkgconfig sudo apt-get -y install hailo-all sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-pulseaudio