[kexec-lite 1/3] Add dependencies to the readme
Joel Stanley
joel at jms.id.au
Tue Sep 1 14:23:07 AEST 2015
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9ca9ff2..4540d29 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
kexec-lite
==========
-A simple kexec for flattened device tree platforms.
+A simple kexec for flattened device tree platforms, on PowerPC.
+
+Dependencies
+------------
+
+Requires Make, a C toolchain, and the libraries libelf and libfdt.
+
+```sudo apt-get install libelf-dev libfdt-dev```
--
2.5.0
More information about the Linuxppc-dev
mailing list