From 5eb4691cd68817b3cdfb91d35902aba7daf315f2 Mon Sep 17 00:00:00 2001 From: Hasster Date: Wed, 30 Oct 2024 22:26:30 +0300 Subject: [PATCH] Specify that you only need the qtmultimedia when using aqt --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index c006ecbf87..9133596547 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -19,7 +19,7 @@ The following tools are required to build RPCS3 on Windows 10 or later: with standalone **CMake** tool. - [Python 3.6+](https://www.python.org/downloads/) (add to PATH) -- [Qt 6.7.3](https://www.qt.io/download-qt-installer) with the "qtmultimedia" module (In case you can't download from the official site, you can use [Another Qt installer](https://github.com/miurahr/aqtinstall)) +- [Qt 6.7.3](https://www.qt.io/download-qt-installer) In case you can't download from the official installer, you can use [Another Qt installer](https://github.com/miurahr/aqtinstall) (In that case you will need to manually add the "qtmultimedia" module when installing Qt) - [Vulkan SDK 1.3.268.0](https://vulkan.lunarg.com/sdk/home) (see "Install the SDK" [here](https://vulkan.lunarg.com/doc/sdk/latest/windows/getting_started.html)) for now future SDKs don't work. You need precisely 1.3.268.0. The `sln` solution available only on **Visual Studio** is the preferred building solution. It easily allows to build the **RPCS3** application in `Release` and `Debug` mode.