/libswid

Library for interfacing with SWID tags

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

libswid

Build Status codecov Sonar Cloud Documentation Status

Library for interfacing with SWID tags

Build

You will need:

  • C++ toolchain.
  • Xerces XML parsing library.
  • TinyXML XML parsing library.
  • lcov for coverage reports.
$ mkdir -p build && cd build && rm -rf *
$ cmake .. && make && make test
$ make lcov && xdg-open lcov/html/all_targets/index.html