doc: add ncurses to linux dev host setup doc

update /doc/getting_started/installation_linux.rst with
ncurses package for both Ubuntu and Fedora systems

Jira: zep-478

Change-Id: Icd4ba5c2151e96330005e3e31f5ea50b437e4f18
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2016-08-04 12:05:31 -07:00 committed by Inaky Perez-Gonzalez
commit 534bfd57ab

View file

@ -54,14 +54,14 @@ Install the required packages in a Ubuntu host system with:
.. code-block:: console
$ sudo apt-get install git make gcc g++ python3-ply
$ sudo apt-get install git make gcc g++ python3-ply ncurses-dev
Install the required packages in a Fedora host system with:
.. code-block:: console
$ sudo dnf group install "Development Tools"
$ sudo dnf install git make gcc glibc-static libstdc++-static python3-ply
$ sudo dnf install git make gcc glibc-static libstdc++-static python3-ply ncurses-devel
.. _zephyr_sdk: