summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Kim <brandonkim@google.com>2020-02-06 16:20:09 -0800
committerBrandon Kim <brandonkim@google.com>2020-02-06 16:31:24 -0800
commit79fc7c0680ebb0d5399eab83230b3d047dc8eb82 (patch)
tree25d662f4735a04e4ced20229b71679dc211b0e4c
parentaae4c2e3aff481ab52838569b673912ea2973e64 (diff)
downloadphosphor-ipmi-flash-master.tar.gz
phosphor-ipmi-flash-master.zip
README.md: Update to include building stdplusHEADmaster
There is a new dependency on stdplus library, need to include the steps on installing the library in the README.md. Resolves: openbmc/phosphor-ipmi-flash#3 Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I14822b65a5e7890458f974acf0bdd71016b0dd99
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a5dde1..10e69ae 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,18 @@ make
make install
```
+#### Building stdplus
+
+Check out the [stdplus source](https://github.com/openbmc/stdplus).
+
+Then run these commands in the source directory.
+
+```
+meson setup -Dexamples=false -Dtests=disabled builddir
+ninja -C builddir
+ninja -C builddir install
+```
+
#### Building burn_my_bmc (the host-tool)
Check out the [phosphor-ipmi-flash source](https://github.com/openbmc/phosphor-ipmi-flash).
OpenPOWER on IntegriCloud