]> git.uio.no Git - u/mrichter/AliRoot.git/blame - DISPLAY/README
Moving lib*.pkg
[u/mrichter/AliRoot.git] / DISPLAY / README
CommitLineData
37f14bbf 11) Extract files and move the DISPLAY directory to $ALICE_ROOT
2
32) Move the .alidisplayrc to $ALICE_ROOT
4
53) Move the macro display2.C to $ALICE_ROOT/macros/
6
74) In the AliRoot Makefile ($ALICE_ROOT/Makefile), add DISPLAY at the end of the
8ALIROOTMODULES
9
105) 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