summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2022-03-15 14:33:32 +0100
committerNico Huber <nico.h@gmx.de>2022-04-07 11:08:39 +0000
commitc9535ff73d0d8410e7fe5fbb2eb9d06a320b318a (patch)
tree342b2761170ce237e9417a0e38f77cb35b243da7 /README
parent885fb2e82b6e3bf8189f34b5c3c3a67e76262802 (diff)
downloadflashrom-c9535ff73d0d8410e7fe5fbb2eb9d06a320b318a.tar.gz
flashrom-c9535ff73d0d8410e7fe5fbb2eb9d06a320b318a.tar.bz2
flashrom-c9535ff73d0d8410e7fe5fbb2eb9d06a320b318a.zip
README: add C compiler and pkg-config as build dependency
Change-Id: I64874dee905d8620f74acee98e0c8a149b067745 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/62836 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 71e873538..160d3648a 100644
--- a/README
+++ b/README
@@ -47,6 +47,9 @@ Build Instructions
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)