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