mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
doc: Add gcc to list of ESP-IDF prerequisite packages
Closes https://github.com/espressif/esp-idf/issues/1842#issuecomment-380274150
This commit is contained in:

committed by
Angus Gratton

parent
e184a2fc0b
commit
eb731030a4
@@ -10,11 +10,11 @@ To compile with ESP-IDF you need to get the following packages:
|
|||||||
|
|
||||||
- CentOS 7::
|
- CentOS 7::
|
||||||
|
|
||||||
sudo yum install git wget make ncurses-devel flex bison gperf python pyserial
|
sudo yum install gcc git wget make ncurses-devel flex bison gperf python pyserial
|
||||||
|
|
||||||
- Ubuntu and Debian::
|
- Ubuntu and Debian::
|
||||||
|
|
||||||
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
|
sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-serial
|
||||||
|
|
||||||
- Arch::
|
- Arch::
|
||||||
|
|
||||||
|
@@ -9,11 +9,11 @@ Linux 平台工具链的标准设置
|
|||||||
|
|
||||||
- CentOS 7::
|
- CentOS 7::
|
||||||
|
|
||||||
sudo yum install git wget make ncurses-devel flex bison gperf python pyserial
|
sudo yum install gcc git wget make ncurses-devel flex bison gperf python pyserial
|
||||||
|
|
||||||
- Ubuntu and Debian::
|
- Ubuntu and Debian::
|
||||||
|
|
||||||
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
|
sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-serial
|
||||||
|
|
||||||
- Arch::
|
- Arch::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user