mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
doc: Update manual for CentOS
This commit is contained in:
@@ -9,6 +9,10 @@ Install some packages
|
|||||||
|
|
||||||
To compile with ESP-IDF you need to get the following packages:
|
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
|
||||||
|
|
||||||
- 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 git wget make libncurses-dev flex bison gperf python python-serial
|
||||||
@@ -81,6 +85,10 @@ In any case, here are the steps to compile the toolchain yourself.
|
|||||||
|
|
||||||
- Install dependencies:
|
- Install dependencies:
|
||||||
|
|
||||||
|
- CentOS 7::
|
||||||
|
|
||||||
|
sudo yum install gawk gperf grep gettext ncurses-devel python python-devel automake bison flex texinfo help2man libtool
|
||||||
|
|
||||||
- Ubuntu pre-16.04::
|
- Ubuntu pre-16.04::
|
||||||
|
|
||||||
sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex texinfo help2man libtool
|
sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex texinfo help2man libtool
|
||||||
|
Reference in New Issue
Block a user