From 3f3df796929aaa00f8bf5f9a8da181441c44e879 Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Mon, 20 Feb 2017 14:12:56 +0100 Subject: [PATCH 1/2] Update README.md added pkg-config to the list of required packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c23f31c..1a0d2ee 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See manpage calcelestial(1) and the [blog entry](https://www.noteblok.net/2012/1 ### Linux ``` -sudo apt-get install -y libnova-dev libcurl4-openssl-dev libjson-c-dev libdb-dev autoconf make gcc +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 From 1982c6be694ff76e26182bf032d44b00b024346e Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Thu, 23 Feb 2017 06:53:33 +0100 Subject: [PATCH 2/2] Update README.md Link was referencing the original article on your blog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a0d2ee..e1adbe5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ calcelestial calculates the sun's rise/set times, the solar noon and the daylight time duration. -See manpage calcelestial(1) and the [blog entry](https://www.noteblok.net/2012/12/23/cron-jobs-fur-sonnenauf-untergang/) for more information +See manpage calcelestial(1) and the [blog entry](https://www.noteblok.net/2013/05/05/calcelestial/) for more information # Installation