docs/linux-setup: Install dependencies for Ubuntu 16.04
Not sure which Ubuntu is used in the installation guide but for the latest LTS release 16.04 we need libtool-bin for compiling crosstool-NG proper Merges #46 https://github.com/espressif/esp-idf/pull/46
This commit is contained in:
parent
3429241e1a
commit
b9f9e681ba
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ In any case, here are the steps to compile the toolchain yourself.
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
- Ubuntu 16.04::
|
||||||
|
|
||||||
|
sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2man libtool libtool-bin
|
||||||
|
|
||||||
- Debian::
|
- Debian::
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
Loading…
Reference in a new issue