** Compilation dependencies ** * build-essential * pkg-config * check * lcov * libuuid1 * uuid-dev * libvirt-dev * libglib2.0-dev * libxml2-dev * libxml2 ** Logging ** Libvscmgmt writes logs to /var/log/vsc/*.log, make sure to create the /var/log/vsc/ directory with the appropriate rights: sudo mkdir -p /var/log/vsc/ To simplify usage chown this directoy to your user account: sudo chown /var/log/vsc/ ** Configuration ** Libvscmgmt reads its configuration from a configuration file specified to the vsc_mgmt_init() call or uses default values. See the docs/libvscmgmt.cfg example configuration file for all avaialable options and their default values.