Everything goes nice, but when I've tried to compile file that includes <tgvoip/VoIPController.h> I've got next error:
c++ -std=c++11 -I/usr/local/include -Wall -g -pthread -DWITH_VOIP -o telega-voip.o telega-voip.cpp
In file included from /usr/local/include/tgvoip/video/VideoSource.h:12:0,
from /usr/local/include/tgvoip/VoIPController.h:24,
from telega-voip.cpp:1:
/usr/local/include/tgvoip/Buffers.h:20:19: fatal error: utils.h: No such file or directory
compilation terminated.
Makefile:14: recipe for target 'telega-voip.o' failed
I have to manually put utils.h into /usr/local/include/tgvoip to get rid of the error
Under linux I've done:
Everything goes nice, but when I've tried to compile file that includes <tgvoip/VoIPController.h> I've got next error:
I have to manually put utils.h into
/usr/local/include/tgvoip
to get rid of the error