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

Update README.md

This commit is contained in:
winlin 2017-06-28 09:27:45 +08:00 committed by GitHub
parent ec335c692d
commit 2207adebed

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 others 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.