|
|
---
|
|
|
home.md: Install-G4.md
|
|
|
---
|
|
|
# Geant4 10.7.1 Installation Instructions
|
|
|
# Geant4 Installation Instructions
|
|
|
|
|
|
The collection of documents and scripts which help with
|
|
|
the Geant4 installation.
|
|
|
Please, read [Geant4 Installation Guide]
|
|
|
(https://geant4-userdoc.web.cern.ch/UsersGuides/InstallationGuide/html/index.html) for official installation instructions and List of Supported Platforms.
|
|
|
|
|
|
This collection of documents and scripts can help with
|
|
|
the Geant4 installation on following platforms:
|
|
|
|
|
|
We will provide installation for
|
|
|
- [MacOS](MacOS Installation)
|
|
|
- [Ubuntu 20.04 TLS Linux](Ubuntu Installation)
|
|
|
- [Windows 10 MSVC](Win10 Installation)
|
... | ... | @@ -23,7 +22,7 @@ All scripts referenced in this Wiki documentation can be found in |
|
|
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 prepend _GIT_SSL_NO_VERIFY=true_ before every git command run to skip SSL verification.
|
|
|
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.
|
|
|
|
|
|
`GIT_SSL_NO_VERIFY=true git clone https://llrgit.in2p3.fr/semenjuk/installg4`
|
|
|
|
... | ... | |