From 19eb1f8ccb6f303a3db64bd2bab1beb8d03182ca Mon Sep 17 00:00:00 2001 From: juancarlosgg Date: Mon, 28 Oct 2024 11:59:55 +0100 Subject: [PATCH] [CI/Install] install qt6-base-dev instead of qtbase5-dev in dependencies.sh --- dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.sh b/dependencies.sh index 1b28332..01c5f7e 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -3,7 +3,7 @@ branch="${1:-development}" sudo apt install -y curl curl -O https://raw.githubusercontent.com/robocomp/robocomp/$branch/classes/threadpool/threadpool.h && sudo mkdir -p /usr/include/threadpool && sudo mv threadpool.h /usr/include/threadpool -sudo apt install qtbase5-dev +sudo apt install qt6-base-dev sudo apt-get install -y libopenscenegraph-dev sudo apt install libasio-dev sudo apt install libtinyxml2-dev