Browse Source

Add msys2 setup link

Johannes Kreutz 2 years ago
parent
commit
bc6104e516
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ Requirements:
 - CPU power ;)
 
 Windows instructions:
-- Use the MSYS2 environment and the mingw-w64 compiler environment`
+- Use the MSYS2 environment and the mingw-w64 compiler environment. A great tutorial: https://github.com/orlp/dev-on-windows/wiki/Installing-GCC--&-MSYS2
 - Compiler and CMake: `pacman -S base-devel cmake git`
 - Install qt6 with `pacman -S mingw-w64-x86_64-qt6`