1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Update README

This commit is contained in:
winlin 2021-04-28 08:12:21 +08:00
parent 8547118622
commit 0c5b5106d0

View file

@ -45,21 +45,13 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git
> Note: We use [mirrors(gitee)](#mirrors) here, but it's also ok to `git clone https://github.com/ossrs/srs.git`
**>>> Step 2:** Build SRS.
**>>> Step 2:** Build and run SRS.
```
./configure && make
./configure && make && ./objs/srs -c conf/srs.conf
```
> Remark: Recommend to use Centos7 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]).
> Note: You can also build SRS in docker, please read [docker][docker-dev].
**>>> Step 3:** Run SRS
```
./objs/srs -c conf/srs.conf
```
> Remark: Recommend to use Centos7 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]), or use [docker][docker-dev].
<a name="srs-30-wiki"></a>
<a name="wiki"></a>