From e9570d1a0045926f63ec8ea9af68f81743d4f365 Mon Sep 17 00:00:00 2001 From: trigger <5994581+cipherxof@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:00:03 -0700 Subject: [PATCH] Update buid instructions for Arch The qt5-multimedia dependency is required for compilation on Arch Linux, otherwise you will receive the following error. ``` CMake Error at 3rdparty/qt5.cmake:12 (target_link_libraries): The link interface of target "3rdparty_qt5" contains: Qt5::Multimedia ``` --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 1c767fda7c..da91e28f00 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -29,7 +29,7 @@ These are the essentials tools to build RPCS3 on Linux. Some of them can be inst #### Arch Linux - sudo pacman -S glew openal cmake vulkan-validation-layers qt5-base qt5-declarative sdl2 sndio jack2 + sudo pacman -S glew openal cmake vulkan-validation-layers qt5-base qt5-declarative qt5-multimedia sdl2 sndio jack2 #### Debian & Ubuntu