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

Contents of /quicklook/trigger/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Wed Jun 28 16:31:08 2006 UTC (18 years, 5 months ago) by campana
Branch: MAIN
CVS Tags: v1r06, v1r07, v1r05, v1r11, v1r10, v1r12, v1r08, v1r09, HEAD
Changes since 1.1: +21 -8 lines
new release of Trigger QLook

1 Compilable macro are :
2 -----> TriggerScanBasic.cpp
3 -----> TriggerScanExpert.cpp
4
5 >>>>> TO COMPILE WITH "ANT": enter the command "ant" from a terminal
6 in the this directory (src)
7 NB: it is required ant version >= 1.6.0
8
9 [... src]$ ant
10
11 the result will be the executable files
12
13 TriggerScanBasic
14 TriggerScanExpert
15
16 in the directory Trigger/bin
17
18 NB: to compile correctly set the right paths in the initial part of
19 the file build.xml
20
21 NB: use the options "-h" or "--help" to known the input parameters
22 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<
23
24 >>>>> TO COMPILE WITH "MAKE":
25
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
38
39 the result will be the executable files
40
41 TriggerScanBasic
42 TriggerScanExpert
43
44 in the directory Trigger/bin
45
46 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
47
48 if you want to install the executable in the PAMELA environmental
49 setup, you have to use the bash script install.sh
50
51 you try the command
52 [... Trigger]$ ./install.sh --help
53
54 to known how to use the script

  ViewVC Help
Powered by ViewVC 1.1.23