aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-10-09 17:16:16 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-10-15 15:59:00 +0000
commit1c5c1d1782f73fce377bbaacaab19b19ca43157b (patch)
tree2c31205462bc9d83401dd9417a262b3a63e54cf5 /README
parent3b8333bd3f33ce263245e67706e2bf9e30dd27d0 (diff)
downloadriscv-openocd-1c5c1d1782f73fce377bbaacaab19b19ca43157b.zip
riscv-openocd-1c5c1d1782f73fce377bbaacaab19b19ca43157b.tar.gz
riscv-openocd-1c5c1d1782f73fce377bbaacaab19b19ca43157b.tar.bz2
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 <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7255 Reviewed-by: Paul Fertser <fercerpav@gmail.com> Tested-by: jenkins
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
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: