Skip to content

Library for interfacing with SWID tags

License

Notifications You must be signed in to change notification settings

OpenSCAP/libswid

Repository files navigation

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

If you have downloaded the SWID validator, extract it and pass the path to the validator .jar to Cmake like this:

cmake -DSWID_VALIDATOR=/path/to/validator/swid/swidval-0.5.0.jar ..

Then, the test suite will use it in some of the tests.

About

Library for interfacing with SWID tags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages