From 8a7750ae07ea5cd70500f17da90bb9b942468466 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Mon, 28 Oct 2024 18:44:17 +0100 Subject: [PATCH] Add links to relevanbt pages for external dependencies --- documentation/docs/index.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/documentation/docs/index.md b/documentation/docs/index.md index 5b8cf09cb..5b085fcfd 100755 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -60,13 +60,17 @@ A standalone tool to generate geantino maps of your newly built detector The external dependencies are minimal: -- The Eigen 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 +- The [Eigen](https://eigen.tuxfamily.org) math library for the core packages +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 ---- -- GitLab