

1) Check & Edit the makefile.inc
	- for compilation, you have to set the value of
		QT_BIN : path for qt bin (moc)
		QT_INCLUDES : path to qt include files
		QT_LIB : path to qt lib files

	- for installation, you have to set the value of
		INSTALL_BIN       
		INSTALL_DESKTOP   
		INSTALL_DATA      
		INSTALL_MENU      
		INSTALL_DOC_HTML  


2) make escort_tools_suite
3) make install


