mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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
e08cf27b8a
commit
41e29d7384
@ -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…
x
Reference in New Issue
Block a user