Merge pull request #20 from CTassisF/master

Add missing libncurses-dev dependency to README
pull/28/head
bert hubert 2019-10-20 21:40:28 +02:00 committed by GitHub
commit 72464ddee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ To also run the webserver locally, intall libh2o-dev and run 'make'.
To build everything, try:
```
apt-get install protobuf-compiler libh2o-dev libcurl4-openssl-dev libssl-dev libprotobuf-dev libh2o-evloop-dev libwslay-dev
apt-get install protobuf-compiler libh2o-dev libcurl4-openssl-dev libssl-dev libprotobuf-dev libh2o-evloop-dev libwslay-dev libncurses-dev
git clone https://github.com/ahupowerdns/galmon.git --recursive
cd galmon
make