summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid B. Kinder <david.b.kinder@intel.com>2016-08-04 12:05:31 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-08-04 22:13:50 +0000
commit534bfd57abfd1144459a8f730f6c7798e4411b20 (patch)
treeccd0343e0b89852157a653d6036a971cf90476d3 /doc
parenteed45102f7bad7a584d5d2b1b54cdf0664d22be8 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/getting_started/installation_linux.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst
index 2842d3702..0d6caeeec 100644
--- a/doc/getting_started/installation_linux.rst
+++ b/doc/getting_started/installation_linux.rst
@@ -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: