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-02-28 15:10:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
979ee7d39cb5e10a45e083110a5ebad73e068c05
979ee7d3
1 parent
72d477f4
update config, remove the script to create logs dir.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
4 行删除
trunk/configure
trunk/configure
查看文件 @
979ee7d
...
...
@@ -146,6 +146,9 @@ BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" SO_PATH
echo
'configure ok! '
#####################################################################################
# configure summary
#####################################################################################
# linux shell color support.
RED
=
"
\\
e[31m"
GREEN
=
"
\\
e[32m"
...
...
@@ -180,11 +183,10 @@ else
echo
-e
"
${
BLACK
}
note: research tools are not builded
${
BLACK
}
"
fi
# mkdir dirs
mkdir -p
${
SRS_OBJS
}
/logs
#####################################################################################
# next step
#####################################################################################
ip
=
`
ifconfig|grep
"inet addr"
| grep -v
"127.0.0.1"
|awk
'{print $2}'
|awk -F
':'
'NR==1 {print $2}'
`
# next step.
echo
""
echo
"you can:"
echo
"
\"
make
\"
to build the srs(simple rtmp server)."
...
...
请
注册
或
登录
后发表评论