https://commands.com/monitor-make-lacks-curl
Ubuntu 14.04, make failed with following error:
util.c:12:23: fatal error: curl/curl.h: No such file or directory
Solved with installing libcurl:
sudo apt-get install libcurl4-gnutls-dev
Should this be added to README?