calcelestial calculates positions, rise & set times of celestial bodies
Find a file
2017-03-03 10:45:31 -04:00
doc updated documentation, added tests, fix Travis 2016-10-27 02:31:06 -04:00
src include custom strftime § placeholders to usage info (closes #9) 2017-03-03 10:45:31 -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 added missing pkg-config dependecy for building 2017-02-20 08:02:08 -05:00
TODO moved ToDos to GitHub 2016-10-28 00:48:33 -04: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 autoconf make gcc pkg-config
autoreconf -i && ./configure && make install

macOS

brew install curl json-c berkeley-db pkg-config
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