/libstorage-ng

Evaluating use of boost graph library in libstorage

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

libstorage-ng

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-ng are:

gcc-c++, boost-devel, libxml2-devel, libtool, swig >= 3.0.3 and != 3.0.8 (from YaST:storage-ng), doxygen, python-devel, ruby, ruby-devel, perl, perl-Test-Exception, perl-Test-Unit, rubygem-test-unit

Compiling

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

Running Unit Tests

make -j$(nproc) install DESTDIR=/tmp/scratch
make -j$(nproc) check LOCALEDIR=/tmp/scratch/usr/share/locale

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