Gate installation: Difference between revisions

From pCT
(Creating page "Gate installation")
 
(adding navigator)
 
Line 1: Line 1:
[[Main Page]] -> [[Documentation]] -> [[Gate installation]]
== Installation ==
== Installation ==
Release 7.2 can be downloaded from [http://opengatecollaboration.org/GATE72 | http://opengatecollaboration.org/GATE72] as an archive.
Release 7.2 can be downloaded from [http://opengatecollaboration.org/GATE72 | http://opengatecollaboration.org/GATE72] as an archive.

Latest revision as of 09:16, 9 December 2016

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