From d2541306a93ebfa2156e02cc6de060f56a754a3b Mon Sep 17 00:00:00 2001 From: depler Date: Sat, 3 Sep 2022 16:57:14 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb83af..702a927 100644 --- a/README.md +++ b/README.md @@ -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)