| 1 |
1) Copy Darthvader code from Bari repository in your home |
| 2 |
|
| 3 |
2) Create folder $HOME/yuorSoftwareDirectory in which you want install your software. |
| 4 |
|
| 5 |
3) Create, in $HOME/yourSoftwareDirectory, the folders: |
| 6 |
|
| 7 |
PAMsoftware/bin |
| 8 |
PAMsoftware/lib |
| 9 |
PAMsoftware/src |
| 10 |
PAMsoftware/inc |
| 11 |
PAMsoftware/calib |
| 12 |
PAMsoftware/docs |
| 13 |
|
| 14 |
4) Modify or create the text file EnvVar to set enviroment variables and save it where you want. |
| 15 |
From command line: "source EnvVar" |
| 16 |
|
| 17 |
5) In folder Darthvader: |
| 18 |
|
| 19 |
make distclean |
| 20 |
make all |
| 21 |
make upgrade |
| 22 |
|
| 23 |
6) In $HOME/yuorSoftwareDirectory/bin you can find the executable Darthvader |
| 24 |
|
| 25 |
|