Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(get-started): Add which as deps (IDFGH-12546) #13550

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -44,7 +44,7 @@ CentOS 7 is still supported but CentOS version 8 is recommended for a better use

- Arch::

sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb
sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb which

.. note::
- CMake version 3.16 or newer is required for use with ESP-IDF. Run "tools/idf_tools.py install cmake" to install a suitable version if your OS versions does not have one.
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/get-started/linux-macos-setup.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*********************************************
*********************************************
Linux 和 macOS 平台工具链的标准设置
*********************************************

Expand Down Expand Up @@ -44,7 +44,7 @@ Linux 用户

- Arch::

sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb
sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb which

.. note::
- 使用 ESP-IDF 需要 CMake 3.16 或以上版本。较早的 Linux 发行版可能需要升级自身的软件源仓库,或开启 backports 套件库,或安装 "cmake3" 软件包(不是安装 "cmake")。
Expand Down
Loading