Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

dahaic/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

About

Library for interfacing with SWID tags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.0%
  • CMake 10.5%
  • Shell 0.5%