|
|
# Geant4 Installation on Windows 10
|
|
|
# Page under construction
|
|
|
|
|
|
```
|
|
|
For Geant4 version 11.2.0 you can also apply pathch win.path
|
|
|
which you can found in installg4/install/MSVC/ directory.
|
|
|
This path suppress warning abou Qt5 slot/signals.
|
|
|
|
|
|
`patch -p1 < 3477.patch`
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
... | ... | @@ -143,7 +139,7 @@ TODO |
|
|
Download desired root version from http://root.cern.ch:
|
|
|
|
|
|
```
|
|
|
curl -SLO https://root.cern/download/root_v6.28.02.win64.vc17.zip
|
|
|
curl -SLO https://root.cern/download/root_v6.30.04.win64.vc17.zip
|
|
|
```
|
|
|
|
|
|
i download zip, but you can use installer version.
|
... | ... | @@ -151,7 +147,7 @@ To unpack you mast have zip or 7zip packages installed, using 7zip : |
|
|
|
|
|
```
|
|
|
cd /d D:\
|
|
|
7z x <path_to_zip>\root_v6.28.02.win64.vc17.zip
|
|
|
7z x <path_to_zip>\root_v6.30.04.win64.vc17.zip
|
|
|
```
|
|
|
|
|
|
This will install 64 bit root version 6.28/02 to D:\root directory. But you can use any directory which you prefer. ROOT is installed in _relocatable_ mode.
|
... | ... | |