X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=README;h=08b8117db45208221cc52e36245c41dacf0076fc;hb=5193f61cf5562587ada989ae84005efa62d1b155;hp=d58d377c76d3590a32eb084da5125c4e0c9052ca;hpb=1c5c1d1782f73fce377bbaacaab19b19ca43157b;p=openocd.git diff --git a/README b/README index d58d377c76..08b8117db4 100644 --- a/README +++ b/README @@ -221,19 +221,35 @@ You'll also need: - libtool - pkg-config >= 0.23 or pkgconf +OpenOCD uses jimtcl library; build from git can retrieve jimtcl as git +submodule. + Additionally, for building from git: - autoconf >= 2.69 - automake >= 1.14 - texinfo >= 5.0 -USB-based adapters depend on libusb-1.0. +Optional USB-based adapter drivers need libusb-1.0. -USB-Blaster, ASIX Presto and OpenJTAG interface adapter +Optional USB-Blaster, ASIX Presto and OpenJTAG interface adapter drivers need: - libftdi: http://www.intra2net.com/en/developer/libftdi/index.php -CMSIS-DAP support needs HIDAPI library. +Optional CMSIS-DAP adapter driver needs HIDAPI library. + +Optional linuxgpiod adapter driver needs libgpiod library. + +Optional JLink adapter driver needs libjaylink; build from git can +retrieve libjaylink as git submodule. + +Optional ARM disassembly needs capstone library. + +Optional development script checkpatch needs: + +- perl +- python +- python-ply Permissions delegation ----------------------