summaryrefslogtreecommitdiffstats
path: root/academic/root/README
blob: c8beb68da77176a7999ad56373049984f27266e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ROOT - A data analysis framework.

ROOT is a data analysis framework used mostly, but not limited to,
high energy physics. It was written in C++ by the techs at CERN to
explore the benefits of object oriented programming in physics data 
analysis. It consists of libraries, CINT or cling interpreter for
C/C++, plotting interface and powerful parellel processing support.
It is the preferred choice in many laboratories.

It comes with A LOT of different options for compilation. And it
seems impossible to stress all of them in this one script. Therefore
the potential user is strongly advised to check the configure
script.

For mathmore support, run the SlackBuild script with MATHMORE=yes, and
for QT support, run the SlackBuild script with QT=yes, for example

  MATHMORE=yes ./root.SlackBuild

Compilation takes quite a while.