webcfg webcfg is the client implementation of webconfig. 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