tseries:build_guidance

This is an old revision of the document!


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

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/tseries/trunk tseries

cd tseries

export PKG_CONFIG_PATH [tseries_lib_dir]/lib/pkgconfig

./autogen.sh

./configure 

make

Build Setupfiles

svn co https://svn.met.no/tseries/config/trunk tseriesconfig

cd tseriesconfig

./autogen.sh

./configure --prefix=[tseries-config-dir]

make install

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • tseries/build_guidance.1389792125.txt.gz
  • Last modified: 2022-05-31 09:23:29
  • (external edit)