- 下载
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>
https://quantum6.blog.csdn.net/article/details/106169280
编译需要ccrtp,又需要编译ucommon。结果ucommon没有编译通过,所以这个也没有编译通过。