Update README.md

added gcc and make
This commit is contained in:
Justin Otherguy 2017-02-09 22:58:49 +01:00 committed by GitHub
parent 62fa4f84eb
commit b0c277f9c8

View file

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