mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-22 23:00:03 +02:00
23 lines
419 B
ReStructuredText
23 lines
419 B
ReStructuredText
Requirements
|
|
==============================================
|
|
|
|
- C++17 compiler (gcc 8/clang 7)
|
|
- CMake 3.14+
|
|
|
|
**Internally used libraries**
|
|
|
|
.. note ::
|
|
|
|
These can also be picked up from the system/conda environment by specifying:
|
|
-DAARE_SYSTEM_LIBRARIES=ON during the cmake configuration.
|
|
|
|
- pybind11
|
|
- fmt
|
|
- nlohmann_json
|
|
- ZeroMQ
|
|
|
|
**Extra dependencies for building documentation**
|
|
|
|
- Sphinx
|
|
- Breathe
|
|
- Doxygen |