From 1c5c1d1782f73fce377bbaacaab19b19ca43157b Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sun, 9 Oct 2022 17:16:16 +0200 Subject: README: cleanup requirements for pkg-config FreeBSD fully supports pkg-config; the .pc files for the internal libusb has been added with https://cgit.freebsd.org/src/commit/?id=041d3f3f09b8 and became part of FreeBSD 10.0 in 2014-01-16. Remove the obsoleted requirements for adding .pc files. While there, add pkgconf as an alternative to pkg-config. Change-Id: I16aea735c44107cb71945f225a979682c8c92d0a Signed-off-by: Antonio Borneo Reviewed-on: https://review.openocd.org/c/openocd/+/7255 Reviewed-by: Paul Fertser Tested-by: jenkins --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 3c07d7c..d58d377 100644 --- a/README +++ b/README @@ -219,7 +219,7 @@ You'll also need: - make - libtool -- pkg-config >= 0.23 (or compatible) +- pkg-config >= 0.23 or pkgconf Additionally, for building from git: @@ -227,8 +227,7 @@ Additionally, for building from git: - automake >= 1.14 - texinfo >= 5.0 -USB-based adapters depend on libusb-1.0. A compatible implementation, such as -FreeBSD's, additionally needs the corresponding .pc files. +USB-based adapters depend on libusb-1.0. USB-Blaster, ASIX Presto and OpenJTAG interface adapter drivers need: -- cgit v1.1