| 1 |
pam-fi |
1.1 |
Compilable macros are : |
| 2 |
pam-fi |
1.2 |
-----> TrkCalibQLookBasic.cpp (needed TrkCalibQLook_BASIC.cpp and |
| 3 |
|
|
TrkFunctions.cpp) |
| 4 |
|
|
-----> TrkCalibQLookExpert.cpp (needed TrkCalibQLook_EXPERT.cpp and |
| 5 |
|
|
TrkFunctions.cpp) |
| 6 |
|
|
-----> TrackerQLookBasic.cpp (needed TrkQLook_BASIC.cpp and |
| 7 |
|
|
TrkFunctions.cpp) |
| 8 |
|
|
-----> TrackerQLookExpert.cpp (needed TrkQLook_EXPERT.cpp and |
| 9 |
|
|
TrkFunctions.cpp) |
| 10 |
pam-fi |
1.1 |
|
| 11 |
|
|
|
| 12 |
pam-fi |
1.2 |
>>>>> TO COMPILE WITH "ANT": enter the command "ant" from a terminal |
| 13 |
|
|
in the this directory (src) |
| 14 |
|
|
NB: it is required ant version >= 1.6.0 |
| 15 |
|
|
|
| 16 |
|
|
[... src]$ ant |
| 17 |
pam-fi |
1.1 |
|
| 18 |
|
|
the result will be four executable files |
| 19 |
|
|
|
| 20 |
|
|
TrkCalibQLookBasic |
| 21 |
|
|
TrkCalibQLookExpert |
| 22 |
|
|
TrackerQLookBasic |
| 23 |
|
|
TrackerQLookExpert |
| 24 |
|
|
|
| 25 |
pam-fi |
1.2 |
in the directory flight/bin |
| 26 |
pam-fi |
1.1 |
|
| 27 |
pam-fi |
1.2 |
NB: to compile correctly set the right paths in the initial part of |
| 28 |
|
|
the file build.xml |
| 29 |
pam-fi |
1.1 |
|
| 30 |
|
|
NB: use the options "-h" or "--help" to known the input parameters |
| 31 |
pam-fi |
1.2 |
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 32 |
|
|
|
| 33 |
|
|
>>>>> TO COMPILE WITH "MAKE": enter the command "make" from a terminal |
| 34 |
|
|
in the previous directory (flight) |
| 35 |
|
|
|
| 36 |
|
|
[... flight]$ make |
| 37 |
|
|
|
| 38 |
|
|
the result will be four executable files |
| 39 |
|
|
|
| 40 |
|
|
TrkCalibQLookBasic |
| 41 |
|
|
TrkCalibQLookExpert |
| 42 |
|
|
TrackerQLookBasic |
| 43 |
|
|
TrackerQLookExpert |
| 44 |
|
|
|
| 45 |
|
|
in the directory flight/bin |
| 46 |
|
|
|
| 47 |
|
|
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
| 48 |
|
|
|
| 49 |
|
|
if you wont to install the executable in the PAMELA environmental |
| 50 |
|
|
setup, you have to use the bash script install.sh |
| 51 |
|
|
|
| 52 |
|
|
you try the command |
| 53 |
|
|
[... flight]$ ./install.sh --help |
| 54 |
|
|
|
| 55 |
|
|
to known how to use the script |