]> granicus.if.org Git - esp-idf/commitdiff
doc: Add gcc to list of ESP-IDF prerequisite packages
authorAngus Gratton <angus@espressif.com>
Wed, 11 Apr 2018 00:19:24 +0000 (10:19 +1000)
committerAngus Gratton <gus@projectgus.com>
Wed, 11 Apr 2018 00:19:24 +0000 (10:19 +1000)
Closes https://github.com/espressif/esp-idf/issues/1842#issuecomment-380274150

docs/en/get-started/linux-setup.rst
docs/zh_CN/get-started/linux-setup.rst

index 17d49c93b6c9cf0f2dc3b9344d86594ae832d2c5..8004c37ee7760f1b0550863d81889d76edfe501f 100644 (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::
 
index bf0a09546153585ada4282cb2abf34bbe446c96b..a4dc1d943cd406425c46eaeb11c6c9b172907bc4 100644 (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::