1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

simple default configure, only enalbe ssl+hls, disable ffmpeg/nginx/utest/gperf/gprof

This commit is contained in:
winlin 2014-03-20 13:30:06 +08:00
parent 3fc133bded
commit 6374fa1383
2 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ cd simple-rtmp-server/trunk
<strong>Step 2:</strong> build SRS,
<strong>Requires Centos6.x/Ubuntu12 32/64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)</strong><br/>
<pre>
./configure --with-ssl --without-hls --without-ffmpeg --without-http-callback && make
./configure && make
</pre>
<strong>Step 3:</strong> start SRS <br/>
<pre>