Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tseries:build_guidance [2014-01-15 08:32:15] juergens [Build the libraries] |
tseries:build_guidance [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== How to build Tseries ====== | ====== How to build Tseries ====== | ||
| - | //Tseries// needs some internal libraries from the norwegian meteorological institute. Those libraries | + | Please follow |
| - | are collected into a group by subversion externals | + | |
| - | + | ||
| - | ====== Build the libraries ====== | + | |
| - | + | ||
| - | < | + | |
| - | svn co https://svn.met.no/tseries/libs/trunk tseries_libs | + | |
| - | + | ||
| - | cd tseries_libs | + | |
| - | + | ||
| - | ./bootstrap.sh [tseries_lib_dir] | + | |
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | ====== Build Tseries ====== | + | |
| - | + | ||
| - | < | + | |
| - | svn co https://svn.met.no/ | + | |
| - | + | ||
| - | cd tseries | + | |
| - | + | ||
| - | export PKG_CONFIG_PATH [tseries_lib_dir]/ | + | |
| - | + | ||
| - | ./ | + | |
| - | + | ||
| - | ./configure | + | |
| - | + | ||
| - | make | + | |
| - | + | ||
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||