cmag C++ version of the CLAS12 magnetic field package Installation (meson) Pre-requisites: meson Assuming /path/to/cmag is the desired installation location: meson setup build --prefix=/path/to/cmag meson install -C build Installation (Makefile) Pre-requisites: make cd src make