]> git.uio.no Git - u/mrichter/AliRoot.git/blob - DISPLAY/README
Adding new display code (M.Rousselet)
[u/mrichter/AliRoot.git] / DISPLAY / README
1 1) Extract files and move the DISPLAY directory to $ALICE_ROOT
2
3 2) Move the .alidisplayrc to $ALICE_ROOT
4
5 3) Move the macro display2.C to $ALICE_ROOT/macros/
6
7 4) In the AliRoot Makefile ($ALICE_ROOT/Makefile), add DISPLAY at the end of the
8 ALIROOTMODULES
9
10 5) In the include path, add the following lines:
11
12         CXXFLAGS += -I$(HLT)/src
13         CXXFLAGS += -I$(ALICE_ROOT)/TPC
14         CXXFLAGS += -I$(ALICE_ROOT)/CONTAINERS
15         
16         CINTFLAGS += -I$(HLT)/src
17         CINTFLAGS += -I$(ALICE_ROOT)/TPC
18         CINTFLAGS += -I$(ALICE_ROOT)/CONTAINERS
19
20         DEPINC += -I$(HLT)/src
21         DEPINC += -I$(ALICE_ROOT)/TPC
22         DEPINC += -I$(ALICE_ROOT)/CONTAINERS