*********************************************************************************************************

How to compile with 32bit arch on 32bit machine:

1) set the PAMELA environment

2) make distclean all install



How to compile with 32bit arch on 64bit machine:

1) set the PAMELA environment

2) set the PAM_BIT environmental variable to "-m32"

3) make distclean all install



How to compile with 64bit arch on 64bit machine:

1) set the PAMELA environment #### remember to use 64bit external software (ROOT, MySQL, etc.) ####

2) make distclean all install


*********************************************************************************************************

How to install the DB:

1) Set the environmental variable PAM_DBHOST

2) enter the directory
	 YodaProfiler/docs

3) run the script 
	./install_DB.sh


*********************************************************************************************************