From f12544a04e7414573b5f371a5fa07ae9469e1904 Mon Sep 17 00:00:00 2001 From: mjdr Date: Tue, 12 Jan 2021 10:52:06 +1100 Subject: [PATCH] doc: Add libusb dependency for Ubuntu Patch from https://github.com/espressif/esp-idf/pull/4669 Closes https://github.com/espressif/esp-idf/issues/4095 Related to https://github.com/espressif/esp-idf/issues/5181 --- docs/en/get-started/linux-setup-scratch.rst | 2 +- docs/en/get-started/linux-setup.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get-started/linux-setup-scratch.rst b/docs/en/get-started/linux-setup-scratch.rst index b52442736a..7b06f2e255 100644 --- a/docs/en/get-started/linux-setup-scratch.rst +++ b/docs/en/get-started/linux-setup-scratch.rst @@ -21,7 +21,7 @@ CentOS 7 is still supported but CentOS version 8 is recommended for a better use - Ubuntu and Debian:: - sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-setuptools python3-serial python3-cryptography python3-future python3-pyparsing python3-pyelftools cmake ninja-build ccache libffi-dev libssl-dev dfu-util + sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-setuptools python3-serial python3-cryptography python3-future python3-pyparsing python3-pyelftools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 - Arch:: diff --git a/docs/en/get-started/linux-setup.rst b/docs/en/get-started/linux-setup.rst index 7f0793d1ca..f6448927b3 100644 --- a/docs/en/get-started/linux-setup.rst +++ b/docs/en/get-started/linux-setup.rst @@ -17,7 +17,7 @@ CentOS 7 is still supported but CentOS version 8 is recommended for a better use - Ubuntu and Debian:: - sudo apt-get install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util + sudo apt-get install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 - Arch::