mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update config, remove the script to create logs dir.
This commit is contained in:
parent
72d477f466
commit
979ee7d39c
1 changed files with 6 additions and 4 deletions
10
trunk/configure
vendored
10
trunk/configure
vendored
|
@ -146,6 +146,9 @@ BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" SO_PATH
|
||||||
|
|
||||||
echo 'configure ok! '
|
echo 'configure ok! '
|
||||||
|
|
||||||
|
#####################################################################################
|
||||||
|
# configure summary
|
||||||
|
#####################################################################################
|
||||||
# linux shell color support.
|
# linux shell color support.
|
||||||
RED="\\e[31m"
|
RED="\\e[31m"
|
||||||
GREEN="\\e[32m"
|
GREEN="\\e[32m"
|
||||||
|
@ -180,11 +183,10 @@ else
|
||||||
echo -e "${BLACK}note: research tools are not builded${BLACK}"
|
echo -e "${BLACK}note: research tools are not builded${BLACK}"
|
||||||
fi
|
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}'`
|
ip=`ifconfig|grep "inet addr"| grep -v "127.0.0.1"|awk '{print $2}'|awk -F ':' 'NR==1 {print $2}'`
|
||||||
# next step.
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "you can:"
|
echo "you can:"
|
||||||
echo "\" make \" to build the srs(simple rtmp server)."
|
echo "\" make \" to build the srs(simple rtmp server)."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue