Thomas Heijligen has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/62836 )
Change subject: README: add C compiler and pkg-config as build dependency ......................................................................
README: add C compiler and pkg-config as build dependency
Change-Id: I64874dee905d8620f74acee98e0c8a149b067745 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M README 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/36/62836/1
diff --git a/README b/README index 71e8735..160d364 100644 --- a/README +++ b/README @@ -47,6 +47,9 @@
To build flashrom you need to install the following software:
+ * C compiler (GCC / clang) + * pkg-config + * pciutils+libpci (if you want support for mainboard or PCI device flashing) * libusb (if you want FT2232, Dediprog or USB-Blaster support) * libftdi (if you want FT2232 or USB-Blaster support)