diff --git a/Building-for-Windows.md b/Building-for-Windows.md index ca7c3b3..a276363 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -67,7 +67,7 @@ Make sure to follow the instructions and update to the latest version by running #### Install Citra dependencies for MinGW-w64 * Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell - * Download and install all dependencies using: `pacman -S mingw-w64-x86_64-{gcc,SDL2,qt5,cmake} make git` + * Download and install all dependencies using: `pacman -S mingw-w64-x86_64-{gcc,SDL2,qt6,cmake} make git` #### Clone the Citra repository with git. @@ -87,7 +87,7 @@ make -j4 #### Creating a static build (Optional) - * Instead of installing `mingw-w64-x86_64-qt5` install `mingw-w64-x86_64-qt5-static` + * Instead of installing `mingw-w64-x86_64-qt6` install `mingw-w64-x86_64-qt6-static` * Add `-DMINGW_STATIC_BUILD=1` to the cmake command line #### Building without Qt (Optional)