This is an automated email from Gerrit. "zapb <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9108
-- gerrit commit 45409d37976616bc4dd6b92aef6477f4953d9944 Author: Marc Schink <[email protected]> Date: Thu Feb 6 10:07:03 2025 +0100 README.Windows: Remove outdated pkg-config section pkg-config [1] and the compatible tool pkgconf [2] are available via the package manager as for other systems. No need to install it manually from other sources. [1] https://packages.msys2.org/packages/mingw-w64-x86_64-pkg-config [2] https://packages.msys2.org/package/mingw-w64-x86_64-pkgconf Change-Id: I36e115fce8ab542aa0377483f24e4a374faeef58 Signed-off-by: Marc Schink <[email protected]> diff --git a/README.Windows b/README.Windows index 64bf5c0c6f..293eed975c 100644 --- a/README.Windows +++ b/README.Windows @@ -10,18 +10,6 @@ host. See README for the generic instructions. Also, the MSYS2 project provides both ready-made binaries and an easy way to self-compile from their software repository out of the box. -Native MinGW-w64/MSYS compilation ------------------------------ - -As MSYS doesn't come with pkg-config pre-installed, you need to add it -manually. The easiest way to do that is to download pkg-config-lite -from: - - http://sourceforge.net/projects/pkgconfiglite/ - -Then simply unzip the archive to the root directory of your MinGW-w64 -installation. - USB adapters ------------ --
