Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-06-20 10:40:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ff193c98928957f54554f7b4dc0b54a002b2e3d
6ff193c9
1 parent
94e5e707
donot need to yum install pkg-config, for centos always installed it
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
0 行增加
和
8 行删除
trunk/auto/depends.sh
trunk/auto/depends.sh
查看文件 @
6ff193c
...
...
@@ -210,14 +210,6 @@ function Centos_prepare()
sudo yum install -y zlib-devel;
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then return
$ret
;
fi
echo
"install zlib-devel success"
fi
# for freetype2
pkg-config --help >/dev/null 2>&1;
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
echo
"install pkg-config"
require_sudoer
"sudo yum install -y pkg-config"
sudo yum install -y pkg-config;
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then return
$ret
;
fi
echo
"install pkg-config success"
fi
fi
# for arm, install the cross build tool chain.
...
...
请
注册
或
登录
后发表评论