# phosphor-bmc-code-mgmt Phosphor BMC Code Management provides a set of system software management applications. More information can be found at [Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Software/README.md) ## To Build ``` To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`. ```