]> granicus.if.org Git - esp-idf/commitdiff
Add missing dependency.
authorStephen Bird <sebirdman@users.noreply.github.com>
Mon, 3 Dec 2018 02:42:50 +0000 (18:42 -0800)
committerkrzychb <krzychb@gazeta.pl>
Mon, 10 Dec 2018 18:12:46 +0000 (19:12 +0100)
Merges https://github.com/espressif/esp-idf/pull/2781

docs/en/api-guides/jtag-debugging/building-openocd-macos.rst

index b56696732ddfca178fdf6171647766b434eb6c82..5ff74ebc6579f58f55141fa89be2b24eb25bf44f 100644 (file)
@@ -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
+