Anastasia Klimchuk has uploaded this change for review.

View Change

README: Add information about meson and link build instructions

The patch adds one paragraph of information about meson into the
README file. This meant to be the minimum required to unblock
release candidate. README file will have a more substantial
upgrade soon.

Ticket: https://ticket.coreboot.org/issues/354

Change-Id: I2a27d8f2ba42e18be2485ae95bec1b4c874bb4f7
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
---
M README
1 file changed, 26 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/76/70176/1
diff --git a/README b/README
index 49af09e..2edd037 100644
--- a/README
+++ b/README
@@ -46,6 +46,15 @@
Build Instructions
------------------

+Flashrom supports building with make and meson.
+
+Meson build system supports almost all the environments, although not exactly
+all of them. Full meson support is on the roadmap in the nearest future.
+To build flashrom with meson, follow the instruction and information in
+/Documentation/building.md
+
+The rest of Build Instructions below refers to building flashrom with make.
+
To build flashrom you need to install the following software:

* C compiler (GCC / clang)

To view, visit change 70176. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I2a27d8f2ba42e18be2485ae95bec1b4c874bb4f7
Gerrit-Change-Number: 70176
Gerrit-PatchSet: 1
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-MessageType: newchange