From b4aa7fafc9eef5377701896353aac145a23182a6 Mon Sep 17 00:00:00 2001 From: Tuffy <113950096+ElyesSellami@users.noreply.github.com> Date: Sun, 27 Aug 2023 12:49:13 +0100 Subject: Updated README.md (#1681) inserted missing dependency in dynamic build instructions (qt5-tools) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1d3732f..de49430 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,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 mingw-w64-x86_64-{cmake,SDL2,toolchain,qt5-base,qt5-svg,qt5-multimedia,libslirp,libarchive,zstd}` +5. Install dependencies: `pacman -S mingw-w64-x86_64-{cmake,SDL2,toolchain,qt5-base,qt5-svg,qt5-multimedia,qt5-tools,libslirp,libarchive,zstd}` 6. Compile: ```bash cmake -B build -- cgit v1.2.3