Update README.md

This commit is contained in:
depler
2022-09-03 13:06:17 +03:00
committed by GitHub
parent 9bc66f408d
commit f722535bfb

View File

@@ -11,7 +11,7 @@ Current version based on:
# Environment
MSYS2 is needed to build binaries. Steps:
1. Download and install MSYS2 (https://www.msys2.org/)
1. Download and install MSYS2 (https://www.msys2.org/) into folder `c:\msys64\`
2. Run MSYS2 from start menu and update packages with command: `pacman -Suy`
3. Install additional packages: `pacman -S mingw-w64-x86_64-make mingw-w64-x86_64-cmake mingw-w64-x86_64-nasm mingw-w64-x86_64-gcc`