Home

Awesome

libbalistica

Build Status

Minimum Requirements

Build & Install

mkdir build
meson . build/
cd build
ninja
sudo ninja install

Ubuntu

When installing on Ubuntu, you may have to run meson like so in order for the shared object file to show up in a place ldconfig will be able to see it by default

meson . build/ --libdir=/usr/local/lib