tseries:build_guidance

Differences

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

Link to this comparison view

tseries:build_guidance [2014-01-16 07:59:39]
juergens [Build Tseries]
tseries:build_guidance [2022-05-31 09:29:32]
Line 1: Line 1:
-====== How to build Tseries ====== 
- 
-//Tseries// needs some internal libraries from the Norwegian Meteorological Institute. Those libraries 
-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 --prefix [tseries_bin_dir]  
- 
-make 
- 
-make install 
- 
-</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.txt
  • Last modified: 2022-05-31 09:29:32
  • (external edit)