From 3a6ba3c853d7fb8dbf038f32424d9d96e37a35b9 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Mon, 6 Apr 2020 14:09:04 +0000 Subject: [PATCH] Add links to 3rd party packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1419a1f..ff168e0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Tools and utilities for GeoModel-based detector description projects. This includes the CLHEP ExpressionEvaluator (which was moved here to use throughout the project without linking against CLHEP), an XML parser (GeoModelXMLParser) and a JSON Parser. The GeoModelTools installation requires the GeoModel suite ([GeoModelCore](https://gitlab.cern.ch/GeoModelDev/GeoModelCore), -[GeoModelIO](https://gitlab.cern.ch/GeoModelDev/GeoModelIO)), Eigen3, XercesC, and nlohmann_json. +[GeoModelIO](https://gitlab.cern.ch/GeoModelDev/GeoModelIO)), [Eigen3](http://eigen.tuxfamily.org/), [XercesC](https://xerces.apache.org/xerces-c/), and [nlohmann_json](https://github.com/nlohmann/json). ## Installation -- GitLab