winlin

update config, remove the script to create logs dir.

@@ -146,6 +146,9 @@ BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" SO_PATH @@ -146,6 +146,9 @@ BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" SO_PATH
146 146
147 echo 'configure ok! ' 147 echo 'configure ok! '
148 148
  149 +#####################################################################################
  150 +# configure summary
  151 +#####################################################################################
149 # linux shell color support. 152 # linux shell color support.
150 RED="\\e[31m" 153 RED="\\e[31m"
151 GREEN="\\e[32m" 154 GREEN="\\e[32m"
@@ -180,11 +183,10 @@ else @@ -180,11 +183,10 @@ else
180 echo -e "${BLACK}note: research tools are not builded${BLACK}" 183 echo -e "${BLACK}note: research tools are not builded${BLACK}"
181 fi 184 fi
182 185
183 -# mkdir dirs  
184 -mkdir -p ${SRS_OBJS}/logs  
185 - 186 +#####################################################################################
  187 +# next step
  188 +#####################################################################################
186 ip=`ifconfig|grep "inet addr"| grep -v "127.0.0.1"|awk '{print $2}'|awk -F ':' 'NR==1 {print $2}'` 189 ip=`ifconfig|grep "inet addr"| grep -v "127.0.0.1"|awk '{print $2}'|awk -F ':' 'NR==1 {print $2}'`
187 -# next step.  
188 echo "" 190 echo ""
189 echo "you can:" 191 echo "you can:"
190 echo "\" make \" to build the srs(simple rtmp server)." 192 echo "\" make \" to build the srs(simple rtmp server)."