diff options
author | Tuffy <113950096+ElyesSellami@users.noreply.github.com> | 2023-08-27 12:49:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 13:49:13 +0200 |
commit | b4aa7fafc9eef5377701896353aac145a23182a6 (patch) | |
tree | 37b27b82feac105272b05bb9bc7d1a2c67ba2a0d | |
parent | b4756c59441d83469d875ab96d6636c33707c0da (diff) |
Updated README.md (#1681)
inserted missing dependency in dynamic build instructions (qt5-tools)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |