首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

[编译环境] pkg-config for mac 装配

2013-02-24 
[编译环境] pkg-config for mac 安装由于大部分的开源工程都需要用到pkg-config,因此今天在这讲解一下pkg-

[编译环境] pkg-config for mac 安装

由于大部分的开源工程都需要用到pkg-config,因此今天在这讲解一下pkg-config for mac 安装过程.


1.检测环境是否已安装pkg-config

再命令行中输入: pkg-config 若未安装,则提示命令未找到.

2.安装pkg-config

curl http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz -o pkg-config-0.28.tar.gz

tar -xf pkg-config-0.28.tar.gzcd pkg-config-0.28

./configure  --with-internal-glib
   make

  sudo  make install


到此安装完成


联系方式:weinyzhou86@gmail.com

QQ:514540005

版权所有,禁止转载.


发布自:http://blog.csdn.net/weinyzhou/article/details/8598044


热点排行