| 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) |
| 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 |
|
|
| 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 |
|
|