GitLab service scheduled maintenance on Monday, August 18th 2025 as of 07h00 Geneva time for a period of 3 hours. Further information under OTG0157026.
This is an archived project. Repository and other project resources are read-only.
from http://xerces.apache.org/xerces-c/download.cgi download e.g. xerces-c-3.2.2.tar.gz
tar zxvf 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`
```bash
tar zxvf xerces-c-3.2.2.tar.gz
mkdir build_xercesc;cd build_xercesc
cmake ../xerces-c-3.2.2
make -j
sudo make install
cd ..
```
### nlohmann
```bash
git clone https://github.com/nlohmann/json.git
mkdir build_json;cd build_json
cmake ../json
sudo make install
cd ..
```
### GeoModel tool suite
Note: GeoModelVisualization requires Qt5 and other libraries. Please refer to the gmex documentation
Note: GeoModelVisualization requires Qt5 and other libraries. Please refer to the `gmex`[documentation](https://gitlab.cern.ch/GeoModelDev/GeoModelVisualization/README.md)