You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compilation_instructions.rst
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
.. _compilation_instructions-label:
2
2
3
-
Compiling GATE V9.4
3
+
Compiling GATE V9.4.1
4
4
=====================
5
5
6
6
@@ -35,9 +35,9 @@ Direct dependencies of GATE
35
35
---------------------------
36
36
37
37
38
-
For compiling GATE V9.4, the required dependencies are
38
+
For compiling GATE V9.4.1, the required dependencies are
39
39
40
-
* Geant4 11.2.1 (available in http://geant4.web.cern.ch/geant4/support/download.shtml).
40
+
* Geant4 11.3.0 (available in http://geant4.web.cern.ch/geant4/support/download.shtml).
41
41
* ROOT (ROOT 6.xx) # still required, but it may become optional in the future
42
42
43
43
Geant4 needs to be compiled. ROOT is avalaible as binary on some platform (or has to be compiled)
@@ -133,19 +133,19 @@ In some configuration, the following path should also be set ::
133
133
134
134
We recommend you to use libtorch version 1.10.1 but other version may works. You can download libtorch from (pytorch)[https://pytorch.org/get-started/locally], select "LibTorch" in the matrix.
135
135
136
-
GATE V9.4
137
-
---------
136
+
GATE V9.4.1
137
+
-----------
138
138
139
-
First, download the GATE sources at this address: https://github.com/OpenGATE/Gate/archive/v9.4.zip
139
+
First, download the GATE sources at this address: https://github.com/OpenGATE/Gate/archive/v9.4.1.zip
140
140
Unzip the downloaded file::
141
141
142
-
unzip Gate-9.4.zip
142
+
unzip Gate-9.4.1.zip
143
143
144
144
Alternatively, if you are familiar with git, then instead of downloading and extracting the tar file, you can also clone the sources from github and check out the *v9.4* release tag.
Create two directories to build and install GATE::
151
151
@@ -158,7 +158,7 @@ Move into the GATE build directory::
158
158
159
159
Run ccmake as follows::
160
160
161
-
ccmake ../Gate-9.4
161
+
ccmake ../Gate-9.4.1
162
162
163
163
You need to change the *CMAKE_INSTALL_PREFIX*, it should be set to the install directory (defined above). The default given by CMake is */usr/local*; if you have root/sudo permissions on your machine then it's possible to install Gate there, but it's not recommended, especially if you need to work with more than one version of Gate (for instance, if you want to do development on Gate, or if you want to verify that a new release is compatible with the old release that you have been using).
164
164
You should get something like this (the screen shot is taken from the 8.0 release, the only difference is the version number):
@@ -221,7 +221,7 @@ This file should be defined as follows:
0 commit comments