Chapter 1.1 : Installation

PhoenixCMake can be installed with :
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixCMake.git
cd PhoenixCMake
mkdir build
cd build
cmake ..
make install
No compiler needed, just CMake and Make.