Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 785 Bytes

File metadata and controls

28 lines (22 loc) · 785 Bytes

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