phosphor-bmc-code-mgmt  README

Change-Id: I4783aca83d361889cc360a864ff7fed0ef2f894e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: f61a225e8741dfb294cbc1cedcb948dc7cdda495
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. LICENSE
  5. Makefile.am
  6. README.md
  7. version_software_manager.cpp
  8. version_software_manager.hpp
  9. version_software_manager_main.cpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.