Update README.md

This commit is contained in:
depler
2022-09-03 16:57:14 +03:00
committed by GitHub
parent ab49822fbf
commit d2541306a9

View File

@@ -13,7 +13,7 @@ Current version based on:
MSYS2 is needed to build binaries. Steps:
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`
3. Install additional packages: `pacman -S patch mingw-w64-x86_64-make mingw-w64-x86_64-cmake mingw-w64-x86_64-nasm mingw-w64-x86_64-gcc mingw-w64-x86_64-go`
# Build
1. Download and unpack curl and boringssl source code into according folders (see versions)