Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 952 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 952 Bytes

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