1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Add more info about Qt in BUILDING.md

Specify that Qt needs a "qtmultimedia" module and provide a link to an alternative download
This commit is contained in:
Hasster 2024-10-30 20:47:54 +03:00 committed by Elad
parent 5c5edb4785
commit bfcbc13b8a

View File

@ -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)
- [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))
- [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.