docs: Update package dependencies

Closes https://github.com/espressif/esp-idf/issues/2384
This commit is contained in:
Roland Dobai
2019-03-01 10:50:16 +01:00
parent 5f3bd38d3d
commit f0194f2a5e
7 changed files with 16 additions and 16 deletions

View File

@@ -14,11 +14,11 @@ To compile with ESP-IDF you need to get the following packages:
- Ubuntu and Debian::
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-pyparsing
sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-cryptography python-future python-pyparsing
- Arch::
sudo pacman -S --needed gcc git make ncurses flex bison gperf python2-pyserial python2-pyparsing
sudo pacman -S --needed gcc git make ncurses flex bison gperf python2-pyserial python2-cryptography python2-future python2-pyparsing
.. note::
@@ -39,7 +39,7 @@ Compile the Toolchain from Source
sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex texinfo help2man libtool
- Ubuntu 16.04::
- Ubuntu 16.04 or newer::
sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2man libtool libtool-bin