HOSTNAME$ mkdir clonetarget # choose your own name! HOSTNAME$ cd clonetarget HOSTNAME$ git clone https://gitlab.physik.uni-kiel.de/banjac/atris HOSTNAME$ cd AtRIS HOSTNAME$ mkdir build # create a folder for the build. Choose your own name. HOSTNAME$ cd build HOSTNAME$ source /geant4/install/bin/geant4.sh # tell your terminal where to find geant4 files HOSTNAME$ cmake .. # configure the build with the make files from the AtRIS folder HOSTNAME$ make -j8 # where 8 is the number of threads to use HOSTNAME$ ./AtRIS FTFP_BERT_HP example -1 # start the example simulation