Files
aare/docs/src/Requirements.rst
Erik Fröjdh 3cc44f780f
All checks were successful
Build on RHEL9 / build (push) Successful in 2m56s
Build on RHEL8 / build (push) Successful in 2m57s
Added branching strategy etc. to docs (#191)
Added a section on the ideas behind the library and also explaining the
branching strategy.

---------

Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch>
2025-06-11 13:21:21 +02:00

577 B

Requirements

  • C++17 compiler (gcc 8/clang 7)
  • CMake 3.15+

Internally used libraries

To save compile time some of the dependencies can also be picked up from the system/conda environment by specifying: -DAARE_SYSTEM_LIBRARIES=ON during the cmake configuration.

To simplify deployment we build and statically link a few libraries.

Extra dependencies for building documentation

  • Sphinx
  • Breathe
  • Doxygen