Commit 7dcde0f3 authored by Linus Walleij's avatar Linus Walleij Committed by Rob Herring

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 11183ac0
......@@ -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
~~~~~~~~~~~~~~
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment