Skip to content

tgoettlicher/libstorage-bgl-eval

 
 

Repository files navigation

libstorage-bgl-eval

Evaluating use of the boost graph library (BGL) in libstorage. More information is in the libstorage-bgl-wiki.

Requirements

Some required tools for compiling and testing libstorage-bgl-eval are:

gcc-c++, boost-devel, libxml2-devel, libtool, swig >= 3.0.3, doxygen, python-devel, ruby, ruby-devel, perl, perl-Test-Exception, perl-Test-Unit

Compiling

make -f Makefile.repo
make -j$(nproc)

Running Unit Tests

make -j$(nproc) check

Making an RPM

make -f Makefile.repo
make package
cd package
osc build --local-package --alternative-project=openSUSE:Factory

Code Documentation

xdg-open doc/autodocs/index.html

See especially the class hierarchy:

xdg-open doc/autodocs/inherits.html

About

Evaluating use of boost graph library in libstorage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.6%
  • Python 1.4%
  • Other 2.0%