Welcome 微信登录

首页 / 操作系统 / Linux / 编译环境 pkg-config for mac 安装

由于大部分的开源工程都需要用到pkg-config,因此今天在这讲解一下pkg-config for mac 安装过程.1.检测环境是否已安装pkg-config再命令行中输入: pkg-config 若未安装,则提示命令未找到.2.安装pkg-configcurl http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz -o pkg-config-0.28.tar.gztar -xf pkg-config-0.28.tar.gzcd pkg-config-0.28./configure  --with-internal-glib makesudo  make install到此安装完成。本文永久更新链接地址