Arch Linux users can install the library via the AUR:
$ yay -S osl
Recommended packages:
# For Ubuntu
$ apt install build-essential autoconf automake autotools-dev libtool libgmp-dev autoconf-archive ccache doxygen
# For Fedora
$ dnf install @c-development @development-tools libtool gmp-devel autoconf-archive ccache
# For Arch Linux
$ pacman -S base-devel posix-c-development autoconf-archive gmp ccache
$ autoreconf -fi
$ mkdir build
$ cd build
$ ../configure CC="ccache cc"
$ make -j$(nproc)
$ make install
$ mkdir build
$ cd build
$ cmake .. # -DCMAKE_INSTALL_PREFIX="/your/install/directory"
$ make
$ make test
$ # make install # sudo make install # su -c "make install"
$ make doc
Please contact: openscop-development@googlegroups.com