calcelestial calculates positions, rise & set times of celestial bodies
|
||
---|---|---|
doc | ||
src | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
NEWS | ||
README.md | ||
TODO |
calcelestial 
calcelestial calculates the sun's rise/set times, the solar noon and the daylight time duration.
See manpage calcelestial(1) and the blog entry for more information
Installation
Linux
sudo apt-get install -y libnova-dev libcurl4-openssl-dev libjson-c-dev libdb-dev autoconf
autoreconf -i && ./configure && make install
macOS
brew install curl json-c berkeley-db
git clone git://git.code.sf.net/p/libnova/libnova libnova && pushd libnova && autoreconf -if && ./configure && make && sudo make install; popd
autoreconf -i && ./configure && make install
License
calcelestial is licensed under GPLv3.
Author
calcelestial is written by Steffen Vogel post@steffenvogel.de