From 1395c86cb17dafbb32de44cbabe1f4c58636468d Mon Sep 17 00:00:00 2001 From: Jakob Gahde Date: Sun, 24 Sep 2023 21:38:23 +0200 Subject: [PATCH] Remove nonexistent package qt-gstreamer from Arch build instructions --- docs/build_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_linux.md b/docs/build_linux.md index f86ccda82..c591ec298 100644 --- a/docs/build_linux.md +++ b/docs/build_linux.md @@ -44,7 +44,7 @@ For a more pleasant development experience, you might want to install %Qt Creato Pencil uses the %Qt framework, version 5.6 or newer. To install all required components of %Qt 5, run this command: - sudo pacman -S --needed qt5-base qt5-multimedia qt5-svg qt5-tools qt-gstreamer + sudo pacman -S --needed qt5-base qt5-multimedia qt5-svg qt5-tools gst-plugins-good If you would like to use %Qt 6 instead, simply replace the version number in the command above.