From db2cd0f5a593858e3d956549b5d353cb05d48757 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Thu, 6 Feb 2025 10:07:03 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.openocd.org/c/openocd/+/9108 Reviewed-by: Antonio Borneo Tested-by: jenkins --- README.Windows | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.Windows b/README.Windows index 64bf5c0c6..293eed975 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 ------------