HiRAEVT - nscl-hira/HiRAEVT GitHub Wiki

To compile the code, all of the above programs need to be installed and they need to be discoverable by CMake find_module. If they were installed in a typical manner, this should not be a problem. The exception to this is NSCLDAQ which needs to be installed at the location pointed to the environment variable $DAQROOT.

To compile the code, create a build directory and configure cmake to build out of source

$ cd [build dir]
$ cmake [source dir]
$ make

This will configure cmake, and build the program.