From 93872837d3f431683803122e9c3ec4347c7be679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Urs=20F=C3=A4ssler?= Date: Fri, 5 Jan 2018 10:48:35 +0100 Subject: [PATCH] Add build dependencies for toolchain for Debian Merges https://github.com/espressif/esp-idf/pull/1465 --- docs/get-started/linux-setup-scratch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/linux-setup-scratch.rst b/docs/get-started/linux-setup-scratch.rst index a44e6521fb..b2cb96ec37 100644 --- a/docs/get-started/linux-setup-scratch.rst +++ b/docs/get-started/linux-setup-scratch.rst @@ -36,9 +36,9 @@ Compile the Toolchain from Source sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2man libtool libtool-bin - - Debian:: + - Debian 9:: - TODO + sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex texinfo help2man libtool libtool-bin - Arch::