当前位置: 首页 > 工具软件 > Libjingle > 使用案例 >

libjingle 在ubuntu 16.04编译

韩阳云
2023-12-01

 第1步:

third_party 文件下需要以下5个库

expat-2.0.1  gtest  libudev  scons-local  srtp  swtoolkit


 第2步:

首先配置以下两个环境变量

export SCONS_DIR=/home/hhyproj/libjingle-0.6/talk/third_party/scons-local/scons-local-2.5.0

export WTOOLKIT=/home/hhyproj/libjingle-0.6/talk/third_party/swtoolkit/


第3步:

进入third_party/swtoolkit/ 目录下执行

chmod a+x hammer.* 


第4步:

安装以3个下库:

sudo apt-get install libssl-dev

sudo apt-get install libasound2-dev

sudo apt-get install gtk+2.0 


第5步:

third_party/expat-2.0.1, then run ./configure

third_party/srtp, then run ./configure 


第6步: 再编译

$WTOOLKIT/hammer.sh 


 类似资料: