doc: make the CMake instructions a little more active

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2017-11-17 15:20:24 +10:00 committed by Anas Nashif
parent 425d9fb43a
commit 46f530e273
2 changed files with 6 additions and 5 deletions

View file

@ -210,8 +210,9 @@ type:
$ cmake -DBOARD=qemu_x86 ..
$ make run
To run an application using the ARM qemu_cortex_m3 board configuration
specify the qemu_cortex_m3 board instead.
To exit the qemu emulator, press ``Ctrl-a``, followed by ``x``.
Use the ``qemu_cortex_m3`` board configuration to test the ARM build.
QEMU is not supported on all boards and SoCs. When developing for a specific
hardware target you should always test on the actual hardware and should not

View file

@ -54,7 +54,7 @@ Install the required packages in a Ubuntu host system with:
$ sudo apt-get install --no-install-recommends git cmake ninja-build gperf \
ccache doxygen dfu-util device-tree-compiler \
python3-ply python3-pip python3-setuptools xz-utils file
python3-ply python3-pip python3-setuptools xz-utils file make
Install the required packages in a Fedora host system with:
@ -69,8 +69,8 @@ Install additional packages required for development with Zephyr::
$ pip3 install --user -r scripts/requirements.txt
Note that CMake version 3.8.2+ or higher is required. If you are using a
distribution that currently ships an older version, check the backports or
CMake version 3.8.2 or higher is required. Check what version you have using
``cmake --version``, and if its an older version, check the backports or
install a more recent version manually. For example, to install version
3.8.2 from the CMake website directly in ~/cmake::