|
<!--
|
|
<!--
|
|
Web comment
|
|
Web comment
|
|
-->
|
|
-->
|
|
**The Wiki under preparation for tutorial 2025**
|
|
**The Wiki under preparation for tutorial 2025**
|
|
{width=20%}
|
|
================================================
|
|
|
|
|
|
# Geant4 Installation Instructions
|
|
{width=20%}
|
|
|
|
|
|
Please, read [Geant4 Installation Guide]
|
|
# Geant4 Installation Instructions
|
|
(https://geant4-userdoc.web.cern.ch/UsersGuides/InstallationGuide/html/index.html) for official installation instructions and List of Supported Platforms.
|
|
|
|
|
|
Please, read [Geant4 Installation Guide]
|
|
This collection of documents and scripts can help with
|
|
(https://geant4-userdoc.web.cern.ch/UsersGuides/InstallationGuide/html/index.html) for official installation instructions and List of Supported Platforms.
|
|
the Geant4 installation on following platforms:
|
|
|
|
|
|
This collection of documents and scripts can help with
|
|
- [MacOS](MacOS Installation/MacOS Installation Arm)
|
|
the Geant4 installation on following platforms:
|
|
- [Ubuntu 22 TLS Linux](Linux Installation/Ubuntu Installation)
|
|
|
|
- [AlmaLinux 9.3](Linux Installation/AlmaLinux 9 Installation)
|
|
- [MacOS](MacOS Installation/MacOS Installation Arm)
|
|
- [Windows 10,11 MSVC](Windows Installation/Win11 Installation)
|
|
- [Ubuntu 22 TLS Linux](Linux Installation/Ubuntu Installation)
|
|
- [Windows 10,11 WSL2](Virtual Machines/Win11 AlmaLinux WSL2)
|
|
- [AlmaLinux 9.3](Linux Installation/AlmaLinux 9 Installation)
|
|
|
|
- [Windows 10,11 MSVC](Windows Installation/Win11 Installation)
|
|
We also provide instructions on installation and usage
|
|
- [Windows 10,11 WSL2](Virtual Machines/Win11 AlmaLinux WSL2)
|
|
of [VirtualBox VM](Virtual Machines/Virtual Box AlmaLinux) based on AlmaLinux 9.
|
|
|
|
|
|
We also provide instructions on installation and usage
|
|
All scripts referenced in this Wiki documentation can be found in
|
|
of [VirtualBox VM](Virtual Machines/Virtual Box AlmaLinux) based on AlmaLinux 9.
|
|
[Git Repository](https://llrgit.in2p3.fr/semenjuk/installg4)
|
|
|
|
|
|
All scripts referenced in this Wiki documentation can be found in
|
|
The scripts was updated for Geant4 version 11.2.1 but we also tested
|
|
[Git Repository](https://llrgit.in2p3.fr/semenjuk/installg4)
|
|
installation with older Geant4 version 11.1.1 and 10.7.4
|
|
|
|
|
|
The scripts was updated for Geant4 version 11.2.1 but we also tested
|
|
The Geant4 was compiled with Qt5, since version 11.2.1 geant4 can be
|
|
installation with older Geant4 version 11.1.1 and 10.7.4
|
|
compiled with Qt6 support, but we not tested this use case and not provided
|
|
|
|
a instruction how to compile geant4 with Qt6.
|
|
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
|
|
Some listing was not updated to latest version of geant4 and root.
|
|
a instruction how to compile geant4 with Qt6.
|
|
|
|
|
|
## Get a copy of Git repository
|
|
Some listing was not updated to latest version of geant4 and root.
|
|
|
|
|
|
You can use command
|
|
## Get a copy of Git repository
|
|
`git clone https://llrgit.in2p3.fr/semenjuk/installg4`
|
|
|
|
|
|
You can use command
|
|
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 clone https://llrgit.in2p3.fr/semenjuk/installg4`
|
|
|
|
|
|
`GIT_SSL_NO_VERIFY=true 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.
|
|
|
|
|
|
# DISCLAIMER
|
|
`GIT_SSL_NO_VERIFY=true git clone https://llrgit.in2p3.fr/semenjuk/installg4`
|
|
|
|
|
|
The content of this repository based on my own experience and is not a part of official Geant4 documentation. |
|
# DISCLAIMER
|
|
|
|
|
|
|
|
The content of this repository based on my own experience and is not a part of official Geant4 documentation. |