/[PAMELA software]/quicklook/trigger/README
ViewVC logotype

Diff of /quicklook/trigger/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by campana, Thu May 11 10:07:39 2006 UTC revision 1.2 by campana, Wed Jun 28 16:31:08 2006 UTC
# Line 1  Line 1 
1  Compilable macro is :  Compilable macro are :
2  -----> TriggerScan.cpp  -----> TriggerScanBasic.cpp
3    -----> TriggerScanExpert.cpp
4    
5  >>>>> TO COMPILE WITH "ANT": enter the command "ant" from a terminal  >>>>> TO COMPILE WITH "ANT": enter the command "ant" from a terminal
6  in the this directory (src)  in the this directory (src)
# Line 7  NB: it is required ant version >= 1.6.0 Line 8  NB: it is required ant version >= 1.6.0
8    
9  [... src]$ ant  [... src]$ ant
10    
11  the result will be the executable file  the result will be the executable files
12    
13  TriggerScan  TriggerScanBasic
14    TriggerScanExpert
15    
16  in the directory Trigger/bin  in the directory Trigger/bin
17    
# Line 19  the file build.xml Line 21  the file build.xml
21  NB: use the options "-h" or "--help" to known the input parameters  NB: use the options "-h" or "--help" to known the input parameters
22  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<
23    
24  >>>>> TO COMPILE WITH "MAKE": enter the command "make" from a terminal  >>>>> TO COMPILE WITH "MAKE":
25        in the previous directory (Trigger)  
26    create your Environment Directory:
27    YOURPATH/envtarget/bin
28    YOURPATH/envtarget/lib
29    YOURPATH/envtarget/src
30    YOURPATH/envtarget/inc      
31    
32    in the main directory (Trigger):
33          edit the file EnvVar and enter the command "source EnvVar";
34          enter the command "make" from a terminal
35    
36    
37  [... Trigger]$ make  [... Trigger]$ make
38    
39  the result will be the executable file  the result will be the executable files
40    
41  TriggerScan  TriggerScanBasic
42    TriggerScanExpert
43    
44  in the directory Trigger/bin  in the directory Trigger/bin
45    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23