Getting and Compiling Diana

The simplest way to get diana is to download the code from SVN server. Just type:


svn co http://crio.mib.infn.it/svn/cuore/


and you will get a new cuore directory with all code in it. In this way you get the whole Cuore software repository which currently includes Diana and Apollo (the data acquisition and online monitor software). If you are not interested to online (Apollo is NOT documented here) enter directory cuore and type:


make diana


If everything runs smoothly, you'll get a binary file bin/diana. To run diana just type:


./bin/diana [options]


Next section will give you the details on how to customize Diana behaviour to your needs.