mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
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
This commit is contained in:
@@ -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::
|
||||
|
||||
|
@@ -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::
|
||||
|
||||
|
Reference in New Issue
Block a user