Skip to content

Compilation

Stefan edited this page Jul 28, 2016 · 1 revision

Tested systems

This application was compiled and tested with several different systems. It was developed on a PC with x86_64 architecture under Ubuntu 14.04.3 64bit (Kernel 3.13.0-91) and compiled with GCC v4.8.4 with ROOT version 5.34/14. It has furthermore been compiled on Arch Linux 64bit (Kernel 4.6.4-1)on a x86_64 architecture with GCC version 6.1.1 and ROOT version 6.04/04. The last tested system is a Raspberry Pi 3 with ARMv7 architecture and raspbian OS, compiled with GCC v4.8.4 and ROOT 5.34/14.

Requirements

Compiler

To build the project, you will need a c++ compiler capable of compiling the c++14 revision and using the openMP multithreading header.

ROOT

Furthermore, you will need the ROOT libraries. You can download the ROOT source from https://root.cern.ch/ and follow the instructions on how to build and install it. If you use a Linux Distribution using the Ubuntu repositories, you can download version 5.34 from the repositories.

Clone this wiki locally