Difference between revisions of "Libnova"

From CBLFS
Jump to navigationJump to search
(New Page)
(No difference)

Revision as of 04:15, 31 October 2008

Download Source: http://downloads.sourceforge.net/libnova/libnova-0.12.2.tar.gz

Introduction to Libnova

libnova is a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library.

Project Homepage: http://libnova.sourceforge.net/

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

TO DO