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

Merge branch '3.0release' of github.com:ossrs/srs into 3.0release

This commit is contained in:
winlin 2017-06-28 09:44:22 +08:00
commit 524267d33c

View file

@ -63,7 +63,7 @@ git clone https://github.com/ossrs/srs &&
cd srs/trunk
```
> Note: Repository too large? Please clone from [mirrors](#mirrors) instead.
> Note: Repository too large? Please clone from these [mirrors](#mirrors) instead.
<strong>Step 2:</strong> Build SRS.
@ -71,7 +71,7 @@ cd srs/trunk
./configure && make
```
> Remark: Recommend Centos6 64bits, others read Build([CN][v3_CN_Build],[EN][v3_EN_Build]).
> Remark: Recommend Centos6 64bits, for other OS please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]).
> Note: For multiple cores such as 4CPUs, please use `./configure --jobs=4 && make --jobs=4` to speeed up.