Skip to content
Snippets Groups Projects
Commit 8a7750ae authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Add links to relevanbt pages for external dependencies

parent b51ffd99
No related branches found
No related tags found
1 merge request!368Improve front page with 'Features' and more 'highlights'
Pipeline #8405302 failed
...@@ -60,13 +60,17 @@ A standalone tool to generate geantino maps of your newly built detector ...@@ -60,13 +60,17 @@ A standalone tool to generate geantino maps of your newly built detector
The external dependencies are minimal: The external dependencies are minimal:
- The Eigen math library for the core packages - The [Eigen](https://eigen.tuxfamily.org) math library for the core packages
- SQLite and the `fmt` formatting library for I/O, when I/O is used
- The `Xerces-C` XML parser and the `nlohmann_json` JSON parser to import external data, when the XML interface is chosen
- The Qt framework for the GUI, when the visualization module is used
- The Coin3D and SoQt libraries for 3D graphics, when the visualization module is used
- Geant4, when the standalone detector simulation tool is used
Additional external dependencies:
- The lighweight [SQLite](https://www.sqlite.org/) file-based database for I/O, when the `I/O` module is used
- The [`nlohmann_json`](https://github.com/nlohmann/json) JSON parser library to import external data, when the `Visualization` and `Tools` modules are used
- The Apache [`Xerces-C`](https://xerces.apache.org/xerces-c/) XML parser library, when the XML interface of the `Tools` module is used
- The open-source ("Community") version of the [Qt graphics framework](https://www.qt.io/) for the GUI, when the `Visualization` module is used
- The [Coin](https://github.com/coin3d/coin) and [SoQt](https://github.com/coin3d/soqt) libraries for 3D graphics, when the `Visualization` module is used
- The [Geant4](https://geant4.web.cern.ch/) detector simulation toolkit, when the standalone detector simulation module `FullSimLight` is used
- The [`fmt`](https://github.com/fmtlib/fmt) formatting library for advanced string formatting, when the `I/O` module is used
---- ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment