From 79fc7c0680ebb0d5399eab83230b3d047dc8eb82 Mon Sep 17 00:00:00 2001 From: Brandon Kim Date: Thu, 6 Feb 2020 16:20:09 -0800 Subject: README.md: Update to include building stdplus 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 Change-Id: I14822b65a5e7890458f974acf0bdd71016b0dd99 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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). -- cgit v1.2.1