mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04: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:
parent
f683db7aea
commit
f12544a04e
@ -21,7 +21,7 @@ CentOS 7 is still supported but CentOS version 8 is recommended for a better use
|
|||||||
|
|
||||||
- Ubuntu and Debian::
|
- 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::
|
- Arch::
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ CentOS 7 is still supported but CentOS version 8 is recommended for a better use
|
|||||||
|
|
||||||
- Ubuntu and Debian::
|
- 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::
|
- Arch::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user