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-16 07:59:39] juergens [Build Tseries] |
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:// | + | |
| - | + | ||
| - | cd tseries_libs | + | |
| - | + | ||
| - | ./ | + | |
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | ====== Build Tseries ====== | + | |
| - | + | ||
| - | < | + | |
| - | svn co https://svn.met.no/tseries/trunk tseries | + | |
| - | + | ||
| - | cd tseries | + | |
| - | + | ||
| - | export PKG_CONFIG_PATH [tseries_lib_dir]/lib/pkgconfig | + | |
| - | + | ||
| - | ./autogen.sh | + | |
| - | + | ||
| - | ./configure --prefix [tseries_bin_dir] | + | |
| - | + | ||
| - | make | + | |
| - | + | ||
| - | make install | + | |
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | ====== Build Setupfiles ====== | + | |
| - | + | ||
| - | < | + | |
| - | svn co https://svn.met.no/ | + | |
| - | + | ||
| - | cd tseriesconfig | + | |
| - | + | ||
| - | ./ | + | |
| - | + | ||
| - | ./configure --prefix=[tseries-config-dir] | + | |
| - | + | ||
| - | make install | + | |
| - | + | ||
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | + | ||