File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -221,19 +221,35 @@ You'll also need:
221221- libtool
222222- pkg-config >= 0.23 or pkgconf
223223
224+ OpenOCD uses jimtcl library; build from git can retrieve jimtcl as git
225+ submodule.
226+
224227Additionally, for building from git:
225228
226229- autoconf >= 2.69
227230- automake >= 1.14
228231- texinfo >= 5.0
229232
230- USB-based adapters depend on libusb-1.0.
233+ Optional USB-based adapter drivers need libusb-1.0.
231234
232- USB-Blaster, ASIX Presto and OpenJTAG interface adapter
235+ Optional USB-Blaster, ASIX Presto and OpenJTAG interface adapter
233236drivers need:
234237 - libftdi: http://www.intra2net.com/en/developer/libftdi/index.php
235238
236- CMSIS-DAP support needs HIDAPI library.
239+ Optional CMSIS-DAP adapter driver needs HIDAPI library.
240+
241+ Optional linuxgpiod adapter driver needs libgpiod library.
242+
243+ Optional JLink adapter driver needs libjaylink; build from git can
244+ retrieve libjaylink as git submodule.
245+
246+ Optional ARM disassembly needs capstone library.
247+
248+ Optional development script checkpatch needs:
249+
250+ - perl
251+ - python
252+ - python-ply
237253
238254Permissions delegation
239255----------------------
You can’t perform that action at this time.
0 commit comments