--- Version 0.2, 1st April 2014 ---

Installation should be fairly straightforward: 

./configure
make
make install

Required libraries & purpose:
libcfitsio   reading in the AtomDB data files

installs:
libreadapec.<your system's suffix>
readapec.h

Note that this library is useless without a set of outputs from the APEC code to read. This can be obtained from www.atomdb.org, in the "runs" tarball.

By popular demand, a sample compile line for a code I wrote using this library,
after install libreadapec into /export1/local:

gcc test_plotspec.c -o test_plotspec.o -L/export1/local/lib/ -lreadapec -I/export1/local/include/

And at the top of the source code:
#include "readapec.h"

Adam Foster, afoster@cfa.harvard.edu
---
