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

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

You are in the template MEDFIELDCREATOR 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 MEDFIELDCREATOR_SRC
cd ..
mkdir MEDFIELDCREATOR_BUILD
cd MEDFIELDCREATOR_BUILD
../MEDFIELDCREATOR_SRC/build_configure
../MEDFIELDCREATOR_SRC/configure --prefix=INSTALLATION_PATH
make install
make check (optional)

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

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

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

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