A minimalistic GitHub repository to start your CLAS12 analysis in C++.
It use the HIPO library develop by Gavalian with some modifications.
-
Meson and ninja:
- Meson: https://mesonbuild.com/
- Ninja: https://ninja-build.org/
-
Likely available in your package manager (apt, brew, dnf, etc.), but the versions may be too old, in which case, use pip (
python -m pip install meson ninja)
Use standard Meson commands to build HIPO.
meson setup build
cd build
meson compile