
              BEPOP library


Description
-----------

This  is  a  release  of the  BEPOP library.  This library  is
developed  in the "Astronomy and Dynamical System" team
at  Observatoire de Paris-IMCCE-CNRS-UPMC (PARIS).  The contact
email is !!! .

This library is available at :  !!!

This library is designed to !!!
The sources needed to build the BEPOP library are in the directory src.


The library is "triple-licensed" (CeCILL-C,CeCILL-B or CeCILL),
you have to choose one of the three licenses  below to apply on the library.

  CeCILL-C

	The CeCILL-C license is close to the GNU LGPL.
    ( http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html or COPYING_CECILL_C.LIB)

or
   CeCILL-B
    The CeCILL-B license is close to the BSD.
    (http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt)

or
   CeCILL v2.0
    The CeCILL license is compatible with the GNU GPL.
    ( http://www.cecill.info/licences/Licence_CeCILL_V2-en.html or COPYING_CECILL_V2.LIB)

Installation
------------
To compile and use this library,
please refer to the detailed documentation bepop.pdf in the directory "doc"
or to the section "Installation" of the website !!!!

Simplified installation notes :
 On a Unix-like system (Linux, Mac OS X, BSD, cygwin, ...),
 execute the following statements to install your library in the default directory  /usr/local
         ./configure --disable-shared
         make
         make check
         make install
