知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Ubuntu下编译Libjingle

发布时间:2014-09-05 15:09:03作者:知识屋

Ubuntu下编译Libjingle
 
$ gclient config http://libjingle.googlecode.com/svn/trunk 
   生成.gclient文件  www.zhishiwu.com  
$ gclient sync                获取源代码
 
$ gclient runhooks         生成Makefile文件
 
执行runhooks 这步会出现如下几个错误 :
  www.zhishiwu.com  
Updating projects from gyp files...
Package nss was not found in the pkg-config search path.
Perhaps you should add the directory containing `nss.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nss' found
 
安装这个包即可 :apt-get install libnss3-dev
 
Updating projects from gyp files...
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
 
安装这个包即可 :apt-get install libgtk2.0-dev
 
下来 cd  trunk 目录, 已经有Makefile 文件了,
 
直接Make
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜