Add a note about pylibfdt in the README. Full documentation for pylibfdt will need to be provided also. Signed-off-by: Simon Glass <sjg@xxxxxxxxxxxx> --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index f92008f..dee77c8 100644 --- a/README +++ b/README @@ -7,6 +7,12 @@ DTC and LIBFDT are maintained by: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx> Jon Loeliger <jdl@xxxxxxx> +A Python library is also available. To build this you will need to install +swig and Python development files. On Debian distributions: + + sudo apt-get install swig python-dev + + Mailing list ------------ The following list is for discussion about dtc and libfdt implementation -- 2.8.0.rc3.226.g39d4020 -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html