dtannen / monitor

Capture and share terminal commands with Monitor
Other
9 stars 4 forks source link

Curl dependency not listed #7

Open letmein opened 9 years ago

letmein commented 9 years ago

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?