Merge branch 'doc/esp_idf_requires_gcc' into 'master'

doc: Add gcc to list of ESP-IDF prerequisite packages

See merge request idf/esp-idf!2221
This commit is contained in:
Angus Gratton 2018-04-12 08:48:39 +08:00
commit e2cad1a048
2 changed files with 4 additions and 4 deletions

View file

@ -10,11 +10,11 @@ To compile with ESP-IDF you need to get the following packages:
- 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::
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::

View file

@ -9,11 +9,11 @@ Linux 平台工具链的标准设置
- 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::
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::