antirez / stonky

Stock market Telegram bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Error No such file or directory

FuncGuy opened this issue · comments

I have cloned the code and when i try to run make command i'm getting below error

cc -g -ggdb -O2 -Wall -W -std=c11
canvas.c cJSON.c sds.c stonky.c
-o stonky -lpthread -lcurl -lsqlite3
stonky.c:46:10: fatal error: curl/curl.h: No such file or directory
#include <curl/curl.h>
^~~~~~~~~~~~~
compilation terminated.
Makefile:4: recipe for target 'stonky' failed
make: *** [stonky] Error 1