From 92696982a22d8952b16c399f88898623d9e8b8ab Mon Sep 17 00:00:00 2001 From: Chris Cain Date: Fri, 28 May 2021 16:38:15 -0500 Subject: Update clone and compile instructions Signed-off-by: Chris Cain Change-Id: I3c32cd0f0da2f930c309619732cfba0084bc8f94 --- DEVELOPING.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'DEVELOPING.md') diff --git a/DEVELOPING.md b/DEVELOPING.md index 11e7c93b31..5ff1391491 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -137,20 +137,10 @@ directions in the gerrit setup document. - Clone bmcweb from gerrit ``` - git clone ssh://openbmc.gerrit/bmcweb/ + git clone ssh://openbmc.gerrit/openbmc/bmcweb/ ``` - - Ensure it compiles - ``` - cmake ./ && make - ``` - **Note:** If you'd like to enable debug traces in bmcweb, use the - following command for cmake - ``` - cmake ./ -DCMAKE_BUILD_TYPE:type=Debug - ``` - - - Make your changes as needed, rebuild with `make` + - Follow directions in [README.md](https://github.com/openbmc/bmcweb#configuration) to compile - Reduce binary size by stripping it when ready for testing ``` -- cgit v1.2.3