1*05a89a2aSGunnar Mills# phosphor-bmc-code-mgmt 2*05a89a2aSGunnar MillsPhosphor BMC Code Management provides a set of system software management 3*05a89a2aSGunnar Millsapplications. More information can be found at 4*05a89a2aSGunnar Mills[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Software/README.md) 5*05a89a2aSGunnar Mills 69e408ea1SGunnar Mills## To Build 79e408ea1SGunnar Mills``` 89e408ea1SGunnar MillsTo build this package, do the following steps: 99e408ea1SGunnar Mills 109e408ea1SGunnar Mills 1. ./bootstrap.sh 119e408ea1SGunnar Mills 2. ./configure ${CONFIGURE_FLAGS} 129e408ea1SGunnar Mills 3. make 139e408ea1SGunnar Mills 149e408ea1SGunnar MillsTo full clean the repository again run `./bootstrap.sh clean`. 159e408ea1SGunnar Mills``` 16