Jvinniec / CppEphem

CppEphem is a self-contained ephemeris package written in C++. It allows computation of celestial coordinate and date conversions and planet ephemerides by leveraging the Standards of Fundamental Astronomy (SOFA) software (included in the repo). It is C++11 compatible.
2 stars 2 forks source link

Autotools buildfix #22

Closed Jvinniec closed 5 years ago

Jvinniec commented 5 years ago

This PR fixes the autotools build system. I.e. it fixes compilation for those who prefer to use the standard:

./autogen.sh
./configure [--prefix=/install/directory/]
make
make install

For those who prefer CMake, this PR fixes the installation of the header files into the 'include' directory under the installation directory.