A satellite orbit prediction library.
We recommend using out-of-source builds.
cd $SOURCEDIR
mkdir build
cd build
cmake ..
make
make install
The install location is defined by CMAKE_INSTALL_PREFIX
, which
defaults to /usr/local
. To relocate the whole installation (to make
usr/local etc. inside another directory, e.g., if you want to make a
tarball or package it afterwards), use make DESTDIR=/foo/bar install
.
The library comes with pkg-config information, so the include and
library paths and flags can be found using the pkg-config
command or
by using the PKG_CHECK_MODULES
autotools macro or CMake command.
Copyright 1991-2006 John A. Magliacane (KD2BD)
Copyright 2013-2015 Knut Magnus Kvamtrø (LA3DPA)
Copyright 2013-2015 Thomas Ingebretsen (LA9ERA)
Copyright 2013-2015 Norvald H. Ryeng (LA6YKA)
Copyright 2015 Asgeir Bjørgan (LA9SSA)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.