calcelestial calculates positions, rise & set times of celestial bodies
Find a file
2016-10-28 00:41:47 -04:00
doc updated documentation, added tests, fix Travis 2016-10-27 02:31:06 -04:00
src revert "support compilation with json-c and son" 2016-10-28 00:40:38 -04:00
.gitignore removed autoconf / automaker products from repo. 2016-10-26 17:24:19 -04:00
.travis.yml fix Travis-CI 2016-10-28 00:41:46 -04:00
AUTHORS updated legacy files 2012-12-23 11:25:06 +01:00
ChangeLog Version bump to 0.4, updated Readme and Changelog 2016-10-27 23:22:03 -04:00
configure.ac autotools cleanup 2016-10-28 00:41:47 -04:00
COPYING replaced symlinks by their targets 2012-12-23 18:02:58 +01:00
Makefile.am show some output during test 2016-10-28 00:41:46 -04:00
NEWS initial commit 2012-11-22 18:58:01 +01:00
README.md add installation instructions 2016-10-28 00:41:46 -04:00
TODO updated TODO 2013-05-05 02:11:15 +02:00

calcelestial Build Status

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
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