Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kvalobs:kvoss:system:qc2:user:installation [2010-08-12 09:51:39] paule |
kvalobs:kvoss:system:qc2:user:installation [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| $ mv ProcessUnit.cfg ProcessUnit.hold | $ mv ProcessUnit.cfg ProcessUnit.hold | ||
| </ | </ | ||
| - | |||
| - | ( PS NOTE: actually now all the earliy config files have been moved to / | ||
| Install the latest version of kvqc2 | Install the latest version of kvqc2 | ||
| Line 24: | Line 22: | ||
| </ | </ | ||
| - | **Example from dev-vm101:** | + | The kvqc2 executable is placed in the standard location and the log and configuration files are managed as determined by the kvalobs package settings that can be checked with the " |
| + | |||
| + | < | ||
| + | * - prefix | ||
| + | * - pkglibdir | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | ^Description | ||
| + | |Binary | ||
| + | |Log files, Qc2.log ... | / | ||
| + | |Algorithm configuration files *.cfg | / | ||
| + | |Generic configuration (kvalobs.conf) | / | ||
| + | |||
| + | Check if a kvqc2 entry is included in the kv_ctl.conf (usually / | ||
| + | |||
| + | < | ||
| + | START_PROGS=" | ||
| + | STOP_PROGS=" | ||
| + | TIMEOUT=60 | ||
| + | KVUSER=kvalobs | ||
| + | |||
| + | </ | ||
| + | |||
| + | ====== " | ||
| For the kvqc2-1.0.2 revision: | For the kvqc2-1.0.2 revision: | ||
| < | < | ||
| - | paule@dev-vm101: | + | xxx@dev-vm101: |
| Reading package lists... Done | Reading package lists... Done | ||
| Building dependency tree... Done | Building dependency tree... Done | ||
| Line 43: | Line 72: | ||
| Unpacking replacement kvqc2 ... | Unpacking replacement kvqc2 ... | ||
| Setting up kvqc2 (1.0.2-1) ... | Setting up kvqc2 (1.0.2-1) ... | ||
| - | paule@dev-vm101: | + | xxx@dev-vm101: |
| </ | </ | ||
| - | **Dependencies** | ||
| - | QC2 utilises the same kvalobs libraries as QC1. Other dependencies should be handled gracefully by aptititue (i.e. apt-get install etc...). | + | ====== Dependencies ====== |
| - | **NOTE** //This has not yet been confirmed by trying to install Qc2 on an operational machine. | + | |
| + | QC2 utilises the same kvalobs libraries as QC1 (e.g. kvcpp and puTools). Other dependencies should be handled gracefully by aptititue (i.e. apt-get install etc...). | ||
| + | |||
| + | **NOTE** //This has not yet been confirmed by trying to install Qc2 on an operational machine!!! | ||
| // | // | ||
| - | Other dependencies include: | + | For reference other dependencies include: |
| - | * requires | + | * netcdf |
| - | * requires the GNU Scientific Library | + | * GNU Scientific Library |
| * additional boost libraries | * additional boost libraries | ||
| + | That can be added separately if //apt-get install// does not do this automatically: | ||
| + | |||
| + | < | ||
| + | $ apt-get install libgsl0-dbg libgsl0-dev libgsl0ldbl | ||
| + | $ apt-get install proj | ||
| + | $ apt-get install libnetcdf4 | ||
| + | $ apt-get install libnetcdf-dev | ||
| + | $ apt-get install libboost-filesystem-dev | ||
| + | $ apt-get install boost-filesystem-dev | ||
| + | $ apt-get install libboost-filesystem-dev | ||
| + | $ apt-get install libboost-program-options | ||
| + | $ apt-get install libboost-programoptions | ||
| + | $ apt-get install libboost-program-options-dev | ||
| + | </ | ||