Build instructions¶
Dependancies and prerequisites¶
Apache's LOG4CXX
IBM's HPSS API
MySQL API
Code download¶
visit git.in2p3.fr/cgit/treqs and downloas the latest release
or
clone the git repository :
git clone git://git.in2p3.fr/treqs
Build steps¶
the most staightforward :
mkdir treqsbuild cd treqsbuild cmake -DCMAKE_INSTALL_PREFIX="" ../treqs make && make install DESTDIR=.
There is also a spec file to build a RPM.
HPSS interaction¶
TReqS needs a HPSS keytab to interact with the HPSS core server and that's all. The keytab is set in the configuration file.