1) Extract files and move the DISPLAY directory to $ALICE_ROOT 2) Move the .alidisplayrc to $ALICE_ROOT 3) Move the macro display2.C to $ALICE_ROOT/macros/ 4) In the AliRoot Makefile ($ALICE_ROOT/Makefile), add DISPLAY at the end of the ALIROOTMODULES 5) In the include path, add the following lines: CXXFLAGS += -I$(HLT)/src CXXFLAGS += -I$(ALICE_ROOT)/TPC CXXFLAGS += -I$(ALICE_ROOT)/CONTAINERS CINTFLAGS += -I$(HLT)/src CINTFLAGS += -I$(ALICE_ROOT)/TPC CINTFLAGS += -I$(ALICE_ROOT)/CONTAINERS DEPINC += -I$(HLT)/src DEPINC += -I$(ALICE_ROOT)/TPC DEPINC += -I$(ALICE_ROOT)/CONTAINERS