From bb4936b4d5bcd2352b85f375b6f00489d7d9af78 Mon Sep 17 00:00:00 2001 From: Stephen Bird Date: Sun, 2 Dec 2018 18:42:50 -0800 Subject: [PATCH] Add missing dependency. Merges https://github.com/espressif/esp-idf/pull/2781 --- docs/en/api-guides/jtag-debugging/building-openocd-macos.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api-guides/jtag-debugging/building-openocd-macos.rst b/docs/en/api-guides/jtag-debugging/building-openocd-macos.rst index b56696732d..5ff74ebc65 100644 --- a/docs/en/api-guides/jtag-debugging/building-openocd-macos.rst +++ b/docs/en/api-guides/jtag-debugging/building-openocd-macos.rst @@ -22,7 +22,7 @@ Install Dependencies Install packages that are required to compile OpenOCD using Homebrew:: - brew install automake libtool libusb wget gcc@4.9 + brew install automake libtool libusb wget gcc@4.9 pkg-config Build OpenOCD ============= @@ -51,4 +51,4 @@ Next Steps To carry on with debugging environment setup, proceed to section :ref:`jtag-debugging-configuring-esp32-target`. - \ No newline at end of file + -- 2.40.0