Update README.md

added pkg-config to the list of required packages
This commit is contained in:
Justin Otherguy 2017-02-20 14:12:56 +01:00 committed by GitHub
parent b0c277f9c8
commit 3f3df79692

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