From b0c277f9c81df28f862908d3e1fb56e227dcc090 Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Thu, 9 Feb 2017 22:58:49 +0100 Subject: [PATCH] Update README.md added gcc and make --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26aeb72..c23f31c 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 +sudo apt-get install -y libnova-dev libcurl4-openssl-dev libjson-c-dev libdb-dev autoconf make gcc autoreconf -i && ./configure && make install ```` ### macOS