tseries:build_guidance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tseries:build_guidance [2014-01-16 07:58:26]
juergens [How to 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 the **installation** instructions in the [[https://github.com/metno/tseries/blob/master/README.md|README.md]] file.
-are collected into a group by subversion externals in the //Tseries// repository. +
- +
-====== Build the libraries ====== +
-  +
-<code> +
-svn co https://svn.met.no/tseries/libs/trunk tseries_libs +
- +
-cd tseries_libs +
- +
-./bootstrap.sh [tseries_lib_dir] +
- +
-</code> +
- +
-====== Build Tseries ====== +
- +
-<code> +
-svn co https://svn.met.no/tseries/trunk tseries +
- +
-cd tseries +
- +
-export PKG_CONFIG_PATH [tseries_lib_dir]/lib/pkgconfig +
- +
-./autogen.sh +
- +
-./configure  +
- +
-make +
- +
- +
-</code> +
- +
-====== Build Setupfiles ====== +
- +
-<code> +
-svn co https://svn.met.no/tseries/config/trunk tseriesconfig +
- +
-cd tseriesconfig +
- +
-./autogen.sh +
- +
-./configure --prefix=[tseries-config-dir] +
- +
-make install +
- +
- +
-</code> +
- +
- +
  • tseries/build_guidance.1389859106.txt.gz
  • Last modified: 2022-05-31 09:23:29
  • (external edit)