From a4a0ccdce30428884864c3801c9a9de604c9471e Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Tue, 11 Apr 2017 17:59:47 +0800 Subject: [PATCH] doc: Update manual for CentOS --- docs/linux-setup.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/linux-setup.rst b/docs/linux-setup.rst index bfcdf22f0..331741928 100644 --- a/docs/linux-setup.rst +++ b/docs/linux-setup.rst @@ -9,6 +9,10 @@ Install some 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:: 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: + - CentOS 7:: + + sudo yum install gawk gperf grep gettext ncurses-devel python python-devel automake bison flex texinfo help2man libtool + - Ubuntu pre-16.04:: sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex texinfo help2man libtool