|
|
---
|
|
|
title: "Home"
|
|
|
description: "Geant4 installation instructions"
|
|
|
controlled_document: true
|
|
|
controlled_document_banner_disabled: true
|
|
|
---
|
|
|
<!--
|
|
|
Web comment
|
|
|
-->
|
... | ... | @@ -26,8 +32,8 @@ of [VirtualBox VM](Virtual Machines/Virtual Box AlmaLinux) based on AlmaLinux 9. |
|
|
All scripts referenced in this Wiki documentation can be found in
|
|
|
[Git Repository](https://llrgit.in2p3.fr/semenjuk/installg4)
|
|
|
|
|
|
The scripts was updated for Geant4 version 11.2.1 but we also tested
|
|
|
installation with older Geant4 version 11.1.1 and 10.7.4
|
|
|
The scripts was updated for Geant4 version 11.3.1 but we also tested
|
|
|
installation with older Geant4 version 11.2.1
|
|
|
|
|
|
The Geant4 was compiled with Qt5, since version 11.2.1 geant4 can be
|
|
|
compiled with Qt6 support, but we not tested this use case and not provided
|
... | ... | @@ -40,7 +46,9 @@ Some listing was not updated to latest version of geant4 and root. |
|
|
You can use command
|
|
|
`git clone https://llrgit.in2p3.fr/semenjuk/installg4`
|
|
|
|
|
|
This git server use ssl certificate signed by **TERENA SSL CA 3** if you have not this root ca certificate in you ssl certificates chain you need to prepped _GIT_SSL_NO_VERIFY=true_ before every git command run to skip SSL verification.
|
|
|
This git server use ssl certificate signed by **GEANT Vereniging**.
|
|
|
|
|
|
If you have not this root ca certificate in you ssl certificates chain you need to preppend by variable _GIT_SSL_NO_VERIFY=true_ every git command run to skip SSL verification.
|
|
|
|
|
|
`GIT_SSL_NO_VERIFY=true git clone https://llrgit.in2p3.fr/semenjuk/installg4`
|
|
|
|
... | ... | |