Add build instructions for coreinfo, specially pointing out installing
gcc-multilib on a 64bit system.

Signed-off-by: Yang Hamo Bai <[email protected]>

This is the very first time I send a patch to coreboot, any comment is
welcome. Thanks.
Index: payloads/coreinfo/README
===================================================================
--- payloads/coreinfo/README	(revision 6469)
+++ payloads/coreinfo/README	(working copy)
@@ -1,3 +1,22 @@
 This is a silly little program that demonstrates how cool libpayload is
 and also serves a purpose.  Its fun and educational!
 
+Build
+-----
+
+You need libpayload to build coreinfo. So, first, you need follow the README of 
+libpayload to build it but install libpayload into its own directory by doing 
+this:
+
+ $ make DESTDIR=/path/to/libpayload/install install
+
+don't forget to install gcc-multilib if you are on a 64bit system.
+
+Then you can build coreinfo now:
+
+ $ cd coreinfo
+
+ $ make menuconfig
+ 
+ $ make
+
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to