Skip to content

Commit

Permalink
Updated README.md (#1681)
Browse files Browse the repository at this point in the history
inserted missing dependency in dynamic build instructions (qt5-tools)
  • Loading branch information
ElyesSellami authored Aug 27, 2023
1 parent b4756c5 commit b4aa7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4aa7fa

Please sign in to comment.