Gate installation
Main Page -> Documentation -> Gate installation
Installation
Release 7.2 can be downloaded from | http://opengatecollaboration.org/GATE72 as an archive.
The Gate github repository can be cloned like that
git clone https://github.com/OpenGATE/Gate
Note: the develop branch is the default branch and checked out after cloning. It currently only compiles with C++11 support enabled. Use the respective switch in the cmake command line
-DGATE_USE_STDC11=1
Alternatively, check out the master branch
git checkout master