dt-bindings: Be explicit about installing deps

Make sure the reader of the document is aware that some active
installation of the libyaml development package is required and
provide two examples.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Linus Walleij 2019-10-31 10:06:02 +01:00 committed by Rob Herring
parent 11183ac07a
commit 7dcde0f337

View file

@ -121,7 +121,13 @@ Several executables (dt-doc-validate, dt-mk-schema, dt-validate) will be
installed. Ensure they are in your PATH (~/.local/bin by default).
dtc must also be built with YAML output support enabled. This requires that
libyaml and its headers be installed on the host system.
libyaml and its headers be installed on the host system. For some distributions
that involves installing the development package, such as:
Debian:
apt-get install libyaml-dev
Fedora:
dnf -y install libyaml-devel
Running checks
~~~~~~~~~~~~~~