aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Holmquist Pedersen <nadia@nhp.sh>2022-10-10 18:51:16 +0200
committerGitHub <noreply@github.com>2022-10-10 18:51:16 +0200
commit338b8b5bfe3712115a6d80ca54f59dd511fbfac6 (patch)
treed749168957461f5177d8596483a23b80960711db
parent5e74fecb8785f09ba8d55cc22d4e4253c5961c2c (diff)
Change Qt dependencies for Windows dynamic builds as well
no reason to install the full huge Qt framework when there are individual packages.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9c271e..76128dc 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ As for the rest, the interface should be pretty straightforward. If you have a q
cd melonDS
```
#### Dynamic builds (with DLLs)
-5. Install dependencies: `pacman -S make mingw-w64-x86_64-{cmake,mesa,SDL2,toolchain,qt5,libslirp,libarchive,libepoxy}`
+5. Install dependencies: `pacman -S make mingw-w64-x86_64-{cmake,mesa,SDL2,toolchain,qt5-base,qt5-svg,qt5-multimedia,libslirp,libarchive,libepoxy}`
6. Compile:
```bash
cmake -B build -G "MSYS Makefiles"