There are two binaries, main_snburst and main_dsnb in this package. They are for Supernova burst (SN burst) and for Diffuse Supernova Neutrino Backgroud (DSNB) individually.
It is based on GNUMake. Just executing make command. However, it requires SK offline software packages.
$ make clean # for clean-up
$ make # for compilingCompiled binaries are places into bin directory.
You can see detail usage via executing main_snburst --help. All options have default value, and you do not have to specify all of them.
Detail can be dumped by executing main_dsnb --help.
Basically, you can run by just executing main_dsnb with wanted options you would like to change.
The guide for users and developpers are available on https://github.com/SKSNSim/SKSNSim/releases/download/v1.2.0/guide_sksnsim.pdf , which is output of doc/guide_sksnsim.texi (Texinfo file). If you want to see the PDF version, please do make doc.