--- quicklook/trigger/README 2006/05/11 10:07:39 1.1 +++ quicklook/trigger/README 2006/06/28 16:31:08 1.2 @@ -1,5 +1,6 @@ -Compilable macro is : ------> TriggerScan.cpp +Compilable macro are : +-----> TriggerScanBasic.cpp +-----> TriggerScanExpert.cpp >>>>> TO COMPILE WITH "ANT": enter the command "ant" from a terminal in the this directory (src) @@ -7,9 +8,10 @@ [... src]$ ant -the result will be the executable file +the result will be the executable files -TriggerScan +TriggerScanBasic +TriggerScanExpert in the directory Trigger/bin @@ -19,14 +21,25 @@ 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 (Trigger) +>>>>> TO COMPILE WITH "MAKE": + +create your Environment Directory: +YOURPATH/envtarget/bin +YOURPATH/envtarget/lib +YOURPATH/envtarget/src +YOURPATH/envtarget/inc + +in the main directory (Trigger): + edit the file EnvVar and enter the command "source EnvVar"; + enter the command "make" from a terminal + [... Trigger]$ make -the result will be the executable file +the result will be the executable files -TriggerScan +TriggerScanBasic +TriggerScanExpert in the directory Trigger/bin