README 463 Bytes
Newer Older
1 2 3
I. Use with GNU make

1) set path in makefile according to your operating system
Kostyleva D.A's avatar
Kostyleva D.A committed
4 5 6 7 8 9 10 11

2) type in terminal:

	make all
	make htmldoc
	make install

3) add the install folder to LD_LIBRARY_PATH
12

13
II. Use with cmake
14 15 16 17 18 19 20

1) mkdir build

2) cd build

3) cmake ..

21 22 23 24 25 26 27 28 29
4) make

III. Test of compiled libraries

1) cd macros

2) rootlogon.C script will automatically load compiled libraries libTELoss.so and libAculData.so, then
	root -l testOfAculData.cxx
	root -l testOfTELoss.cxx