
              ARoME library
           

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

This  is  a  release  of the  ARoME library.  This library  is
developed  by the "EXOEarth" team
at Centro de Astrofisica, Universidade do Porto.  The contact
email is arome@astro.up.pt .

This library is available at :  http://www.astro.up.pt/arome

This library is designed to compute analytical Rossiter-McLaughlin signals.
The sources needed to build  the ARoME  library are in the directory src.

The library is provided under the GPL Licence (http://www.gnu.org/licenses/).
    
This work has been supported by the European Research Council/European
Community under the FP7 through Starting Grant agreement number 239953, as
well as from Fundacao para a Ciencia e a Tecnologia (FCT) through program
Ciencia 2007 funded by FCT/MCTES (Portugal) and POPH/FSE (EC), and in the form
of grants reference PTDC/CTE-AST/098528/2008, SFRH/BPD/71230/2010, and
SFRH/BPD/81084/2011.


Installation
------------
To compile and use this library, 
please refer to the detailed documentation arome.pdf in the directory "doc" 
or to the section "Installation" of the website http://www.astro.up.pt/arome

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