You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
grimmy
pushed a commit
to grimmy/slack-libpurple
that referenced
this issue
Oct 12, 2019
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?
The text was updated successfully, but these errors were encountered: