下载PTLib和H.323 Plus Core,官方网站很容易下载:http://www.h323plus.org/source/。

我下载这两个库后存放到目录/home/ynq/h323plus下,文件夹名分别为ptlib和h323core,下面是初步的编译命令:
cd /home/ynq/h323plus/ptlib
./configure --prefix=/opt/h323
make && make install

在编译h323core之前,需要添加一个环境变量:
export PKG_CONFIG_PATH=/opt/h323/lib/pkgconfig

然后进行h323core的编译:
cd /home/ynq/h323plus/h323core
./configure --prefix=/opt/h323
make && make install

 

原文链接:https://blog.csdn.net/carl_cheer/article/details/45502463

相关文章:

  • 2021-10-14
  • 2022-12-23
  • 2021-11-21
  • 2019-06-21
  • 2022-12-23
  • 2021-12-12
  • 2021-09-27
  • 2021-11-22
猜你喜欢
  • 2021-11-21
  • 2022-01-03
  • 2021-10-27
  • 2021-11-30
  • 2021-10-24
  • 2021-09-11
相关资源
相似解决方案