Skip to content

Commit

Permalink
Merge branch 'docs/update_installation_prerequisites_for_ubuntu_debia…
Browse files Browse the repository at this point in the history
…n_v5.1' into 'release/v5.1'

docs: update installation prerequisites for Ubuntu and Debian system (v5.1)

See merge request espressif/esp-idf!24451
  • Loading branch information
ESP-Marius committed Jul 3, 2023
2 parents cc74be8 + 790b6a2 commit a4bf7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/get-started/linux-macos-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To compile using ESP-IDF you will need to get the following packages. The comman

- Ubuntu and Debian::

sudo apt-get install git wget flex bison gperf python3 python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0

- CentOS 7 & 8::

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/get-started/linux-macos-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Linux 用户

- Ubuntu 和 Debian::

sudo apt-get install git wget flex bison gperf python3 python3-venv python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0

- CentOS 7 & 8::

Expand Down

0 comments on commit a4bf7dd

Please sign in to comment.