From 52e1768572ab520005e4785e186b47360bbb75e7 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 18 Aug 2021 21:57:07 -0300 Subject: [PATCH] Updating msys build info. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e86a759..0865c3a 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,13 @@ Windows native with MSYS2 1. Install and update MSYS2 - * Download and install msys2 from https://www.msys2.org/ (Don't forget to update the package database and core system packages using pacman -Syu) + * Download and install [msys2](https://www.msys2.org/) + * Update msys: + + ```shell + pacman -Syu + ``` + Afther this close and reopen mingw shell. 2. Update system path @@ -106,7 +112,7 @@ Windows native with MSYS2 3. Install devel packages using pacman on mingw shell ```shell - pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git pkg-config mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl libtool + pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl libtool ``` Afther this close and reopen mingw shell. -- libgit2 0.21.2