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

Update README.md

parent 6363f6d8
No related branches found
No related tags found
No related merge requests found
Pipeline #1541320 passed
...@@ -23,7 +23,7 @@ It is suggested to create a local work directory where all code will be download ...@@ -23,7 +23,7 @@ It is suggested to create a local work directory where all code will be download
mkdir geomodel_work; cd geomodel_work mkdir geomodel_work; cd geomodel_work
``` ```
### Eigen ### Eigen - Math Library
```bash ```bash
git clone https://github.com/eigenteam/eigen-git-mirror.git git clone https://github.com/eigenteam/eigen-git-mirror.git
...@@ -34,7 +34,7 @@ cd .. ...@@ -34,7 +34,7 @@ cd ..
``` ```
### XercesC ### XercesC - XML Parser
From http://xerces.apache.org/xerces-c/download.cgi download e.g. `xerces-c-3.2.2.tar.gz` From http://xerces.apache.org/xerces-c/download.cgi download e.g. `xerces-c-3.2.2.tar.gz`
...@@ -49,7 +49,7 @@ cd .. ...@@ -49,7 +49,7 @@ cd ..
``` ```
### nlohmann ### nlohmann_json - JSON Parser
```bash ```bash
git clone https://github.com/nlohmann/json.git git clone https://github.com/nlohmann/json.git
...@@ -60,7 +60,7 @@ cd .. ...@@ -60,7 +60,7 @@ cd ..
``` ```
### GeoModel tool suite ### GeoModel Toolsuite
Note: GeoModelVisualization requires Qt5 and other libraries. Please refer to the `gmex` [documentation](https://gitlab.cern.ch/GeoModelDev/GeoModelVisualization/README.md) Note: GeoModelVisualization requires Qt5 and other libraries. Please refer to the `gmex` [documentation](https://gitlab.cern.ch/GeoModelDev/GeoModelVisualization/README.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment