Skip to content

xmidt-org/webcfg

Repository files navigation

webcfg

webcfg is the client implementation of webconfig.

Build Status codecov.io Apache V2 License GitHub release

Building and Testing Instructions

mkdir build
cd build
cmake ..
make
make test

To run webconfig as a standalone binary

mkdir build
cd build
cmake .. -DWEBCONFIG_BIN_SUPPORT:BOOL=true
make
make test