Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.19 KB

Welcome to FAMOUS

Geant4 (https://github.com/Geant4/geant4) detector simulation of the SiPM fluorescence telescope FAMOUS

Further information can be found here:

Requirements

The build process has been tested with Ubuntu 15.04 and Scientific Linux 6.

Getting started

Clone the code

git clone https://github.com/ntim/famous.git source
cd source

Initialize submodule G4SiPM

git submodule init
git submodule update

Initialize the submodules of G4SiPM

cd externals/g4sipm
git submodule init
git submodule update
cd ../../

Configure the build with CMake

cd ../
mkdir build
cd build
cmake ../source

Finally, start the build process

make