# --
# Copyright (C) CEA, EDF
# Author : Erwan ADAM (CEA)
# --

Introduction
============

You are in the template TECHOBJ which use the xdata python
module for developpement. We assume as this level that xdata
is correctly installed on your system.

Building and Installing
=======================

cd TECHOBJ_ROOT
cd ..
mkdir TECHOBJ_BUILD
cd TECHOBJ_BUILD
../TECHOBJ_ROOT/build_configure
../TECHOBJ_ROOT/configure --prefix=INSTALLATION_PATH
make install
make check (optional)

After all, please define a TECHOBJ_ROOT_DIR variable
to refer your INSTALLATION_PATH :

setenv TECHOBJ_ROOT_DIR INSTALLATION_PATH (csh)
export TECHOBJ_ROOT_DIR=INSTALLATION_PATH (sh)

Troubleshooting
===============

Please, send a mail to erwan.adam@cea.fr ...
