necrosis / slack-libpurple

Slack module for libpurple
33 stars 44 forks source link

curl not found #1

Open pedroskakum opened 7 years ago

pedroskakum commented 7 years ago

pedroskakum@GA-Z97-D3H:~/Documents/github/slack-libpurple$ make CC slack_connection.o slack_connection.c:4:23: fatal error: curl/curl.h: No such file or directory compilation terminated. Makefile:32: recipe for target 'slack_connection.o' failed make: *** [slack_connection.o] Error 1

How can I continue to install this plugin?

pjona commented 7 years ago

You need install development files for libcurl. In Fedora you need execute: dnf install libcurl-devel.x86_64 or dnf install libcurl-devel.i686, on Debian base disto it is: apt-get install libcurl-dev.