... | ... | @@ -52,7 +52,7 @@ https://phoenixnap.com/kb/how-to-install-git-windows |
|
|
In _"Adjusting you PATH environments"_ section you need
|
|
|
select "Git from command line and also from 3rd-party software".
|
|
|
|
|
|
You can also use installers, i use git-with-openssh installed with scoop.
|
|
|
You can also use installers, i use git and openssh installed with scoop.
|
|
|
|
|
|
## Additional Libraries
|
|
|
|
... | ... | @@ -123,17 +123,17 @@ The Xerces-C configuration summary like like this: |
|
|
|
|
|
```
|
|
|
|
|
|
<!--
|
|
|
### Installing FreeType2
|
|
|
|
|
|
<!--
|
|
|
Windows DLLs of FreeType compiled with Visual Studio can also be downloaded directly from a github repository:
|
|
|
|
|
|
https://github.com/ubawurinna/freetype-windows-binaries
|
|
|
|
|
|
(Not tested)
|
|
|
-->
|
|
|
|
|
|
TODO
|
|
|
-->
|
|
|
|
|
|
## Installing Geant4 and Root on Windows
|
|
|
|
... | ... | @@ -182,17 +182,17 @@ You can use script *setup_env.bat* from `setup\MSVC` to setup compiler and qt in |
|
|
```
|
|
|
git clone ssh://git@gitlab.cern.ch:7999/geant4/geant4.git
|
|
|
cd geant4
|
|
|
git checkout v11.1.1
|
|
|
git checkout v11.3.1
|
|
|
|
|
|
mkdir g11.1.1-build
|
|
|
cd ..\g11.1.1-build
|
|
|
mkdir g11.3.1-build
|
|
|
cd ..\g11.3.1-build
|
|
|
|
|
|
cmake -DCMAKE_PREFIX_PATH=D:\Xerces-C ^
|
|
|
-DCMAKE_INSTALL_PREFIX=D:\Geant4\11.1.1 ^
|
|
|
-DCMAKE_INSTALL_PREFIX=D:\Geant4\11.3.1 ^
|
|
|
-DGEANT4_USE_QT=ON -DGEANT4_USE_OPENGL_WIN32=ON ^
|
|
|
-DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON ..\geant4
|
|
|
|
|
|
cmake --build . --config RelWithDebInfo --target install --parallel 6
|
|
|
cmake --build . --config RelWithDebInfo --target install --parallel 8
|
|
|
```
|
|
|
|
|
|
## Testing Installation
|
... | ... | |