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:
parent
eed45102f7
commit
534bfd57ab
1 changed files with 2 additions and 2 deletions
|
@ -54,14 +54,14 @@ Install the required packages in a Ubuntu host system with:
|
||||||
|
|
||||||
.. code-block:: console
|
.. 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:
|
Install the required packages in a Fedora host system with:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ sudo dnf group install "Development Tools"
|
$ 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:
|
.. _zephyr_sdk:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue