0
点赞
收藏
分享

微信扫一扫

LINUX下载编译zrtp


  • 下载

​​https://github.com/wernerd/ZRTPCPP/releases​​


  • 解压
  • 编译


  • 出错
In file included from /home/quantum6/freeswitch/ZRTPCPP-4.6.6/clients/ccrtp/ZrtpQueue.cpp:25:0:
/home/quantum6/freeswitch/ZRTPCPP-4.6.6/clients/ccrtp/ZrtpQueue.h:21:10: fatal error: ccrtp/cqueue.h: 没有那个文件或目录
#include <ccrtp/cqueue.h>

编译需要ccrtp,又需要编译ucommon。结果ucommon没有编译通过,所以这个也没有编译通过。


举报

相关推荐

0 条评论