]> granicus.if.org Git - esp-idf/commitdiff
docs/linux-setup: Install dependencies for Ubuntu 16.04
authorDaniel Bovensiepen <daniel@bovensiepen.net>
Fri, 7 Oct 2016 15:31:24 +0000 (23:31 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 17 Mar 2017 10:12:41 +0000 (18:12 +0800)
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

docs/linux-setup.rst

index 94d77f3605e6b82219a01b4630d68731caaa725b..50c1609a3173c10274cf84590b11b66dfffbfef8 100644 (file)
@@ -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
 
+  - Ubuntu 16.04::
+  
+        sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2man libtool libtool-bin
+
   - Debian::
 
         TODO