From 41e29d7384e1280dd54c55b8199f5150c4e9bf4d Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Fri, 7 Oct 2016 23:31:24 +0800 Subject: [PATCH] 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 --- docs/linux-setup.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/linux-setup.rst b/docs/linux-setup.rst index 94d77f3605..50c1609a31 100644 --- a/docs/linux-setup.rst +++ b/docs/linux-setup.rst @@ -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 -- 2.40.0