From d63b6ef621ec9a82cab5ef1e66ddb14800af2ec8 Mon Sep 17 00:00:00 2001 From: Matthias Grob <maetugr@gmail.com> Date: Mon, 1 Feb 2021 14:18:10 +0100 Subject: [PATCH] Add setup script to build QGC on arch linux --- tools/setup/arch.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/setup/arch.sh diff --git a/tools/setup/arch.sh b/tools/setup/arch.sh new file mode 100644 index 0000000..933a431 --- /dev/null +++ b/tools/setup/arch.sh @@ -0,0 +1,13 @@ +sudo pacman -Sy --noconfirm --needed \ + speech-dispatcher \ + qt5-base \ + qt5-charts \ + qt5-graphicaleffects \ + qt5-location \ + qt5-multimedia \ + qt5-quickcontrols \ + qt5-quickcontrols2 \ + qt5-serialport \ + qt5-speech \ + qt5-tools \ + ;