--- quicklook/tracker/flight/src/README 2006/03/14 16:09:30 1.1 +++ quicklook/tracker/flight/src/README 2006/03/22 15:55:14 1.2 @@ -1,12 +1,19 @@ Compilable macros are : ------> TrkCalibQLookBasic.cpp (needed TrkCalibQLook_BASIC.cpp and TrkFunctions.cpp) ------> TrkCalibQLookExpert.cpp (needed TrkCalibQLook_EXPERT.cpp and TrkFunctions.cpp) ------> TrackerQLookBasic.cpp (needed TrkQLook_BASIC.cpp and TrkFunctions.cpp) ------> TrackerQLookExpert.cpp (needed TrkQLook_EXPERT.cpp and TrkFunctions.cpp) +-----> TrkCalibQLookBasic.cpp (needed TrkCalibQLook_BASIC.cpp and + TrkFunctions.cpp) +-----> TrkCalibQLookExpert.cpp (needed TrkCalibQLook_EXPERT.cpp and + TrkFunctions.cpp) +-----> TrackerQLookBasic.cpp (needed TrkQLook_BASIC.cpp and + TrkFunctions.cpp) +-----> TrackerQLookExpert.cpp (needed TrkQLook_EXPERT.cpp and + TrkFunctions.cpp) -to compile enter the command ""ant" from a terminal in the this directory -[... macros]$ ant +>>>>> TO COMPILE WITH "ANT": enter the command "ant" from a terminal +in the this directory (src) +NB: it is required ant version >= 1.6.0 + +[... src]$ ant the result will be four executable files @@ -15,8 +22,34 @@ TrackerQLookBasic TrackerQLookExpert -in the directory TRACKER/bin +in the directory flight/bin -NB: to compile correctly set the right paths in the initial part of the file build.xml +NB: to compile correctly set the right paths in the initial part of +the file build.xml NB: use the options "-h" or "--help" to known the input parameters +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<< + +>>>>> TO COMPILE WITH "MAKE": enter the command "make" from a terminal + in the previous directory (flight) + +[... flight]$ make + +the result will be four executable files + +TrkCalibQLookBasic +TrkCalibQLookExpert +TrackerQLookBasic +TrackerQLookExpert + +in the directory flight/bin + +<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> + +if you wont to install the executable in the PAMELA environmental +setup, you have to use the bash script install.sh + +you try the command +[... flight]$ ./install.sh --help + +to known how to use the script