summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2021-05-29 00:38:15 +0300
committerGunnar Mills <gmills@us.ibm.com>2021-06-02 23:54:13 +0300
commit92696982a22d8952b16c399f88898623d9e8b8ab (patch)
treedcc203ba4c2381751d107965aeb97e3b1f0425f8 /DEVELOPING.md
parent984a4c2b0f25d3ca6af44d2f616dccf8d2c275d1 (diff)
downloadbmcweb-92696982a22d8952b16c399f88898623d9e8b8ab.tar.xz
Update clone and compile instructions
Signed-off-by: Chris Cain <cjcain@us.ibm.com> Change-Id: I3c32cd0f0da2f930c309619732cfba0084bc8f94
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md14
1 files changed, 2 insertions, 12 deletions
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
```