libnova

Celestial mechanics, astrometry and astrodynamics library

brewmacoslinux
Try with needOr install directly
Source

About

Celestial mechanics, astrometry and astrodynamics library

Commands

libnova

Examples

Calculate the position of the Moon at a specific Julian date$ libnova-config --cflags --libs
Compile C code using libnova for solar system calculations$ gcc -o astro_calc astro.c $(libnova-config --cflags --libs)
Check libnova library version and configuration$ libnova-config --version