To help people avoid discovering the required packages as a result of configure failures, add a reference to BuildRequires infomation.
Signed-off-by: Linda Knippers <[email protected]> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38fc050..b4b3612 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Build `make check` `sudo make install` +There are a number of packages required for the build steps that +may not be installed by default. For information about the required +packages, look at the "BuildRequires:" lines in ndctl.spec.in. + Documentation ============= See the latest documentation for the NVDIMM kernel sub-system here: -- 2.5.5 _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
