正在显示
1 个修改的文件
包含
8 行增加
和
0 行删除
| @@ -140,6 +140,7 @@ Options: | @@ -140,6 +140,7 @@ Options: | ||
| 140 | --with-gcp build cpu profile for SRS with gperf tools. | 140 | --with-gcp build cpu profile for SRS with gperf tools. |
| 141 | --with-gprof build SRS with gprof(GNU profile tool). | 141 | --with-gprof build SRS with gprof(GNU profile tool). |
| 142 | --with-arm-ubuntu12 build SRS on ubuntu12 for armhf(v7cpu). | 142 | --with-arm-ubuntu12 build SRS on ubuntu12 for armhf(v7cpu). |
| 143 | + --with-mips-ubuntu12 build SRS on ubuntu12 for mips. | ||
| 143 | 144 | ||
| 144 | --without-ssl disable rtmp complex handshake. | 145 | --without-ssl disable rtmp complex handshake. |
| 145 | --without-hls disable hls, the apple http live streaming. | 146 | --without-hls disable hls, the apple http live streaming. |
| @@ -163,6 +164,7 @@ Options: | @@ -163,6 +164,7 @@ Options: | ||
| 163 | --without-gcp do not build cpu profile for SRS with gperf tools. | 164 | --without-gcp do not build cpu profile for SRS with gperf tools. |
| 164 | --without-gprof do not build srs with gprof(GNU profile tool). | 165 | --without-gprof do not build srs with gprof(GNU profile tool). |
| 165 | --without-arm-ubuntu12 do not build srs on ubuntu12 for armhf(v7cpu). | 166 | --without-arm-ubuntu12 do not build srs on ubuntu12 for armhf(v7cpu). |
| 167 | + --without-mips-ubuntu12 do not build srs on ubuntu12 for mips. | ||
| 166 | 168 | ||
| 167 | --prefix=<path> the absolute install path for srs. | 169 | --prefix=<path> the absolute install path for srs. |
| 168 | --static whether add '-static' to link options. | 170 | --static whether add '-static' to link options. |
| @@ -208,6 +210,12 @@ Workflow: | @@ -208,6 +210,12 @@ Workflow: | ||
| 208 | 3. check conflicts. @see Conflicts section. | 210 | 3. check conflicts. @see Conflicts section. |
| 209 | 4. generate detail features. | 211 | 4. generate detail features. |
| 210 | 212 | ||
| 213 | +Remark: | ||
| 214 | + 1. both ubuntu12 and ubuntu14 are ok for SRS. | ||
| 215 | + 2. the centos5, centos6 and centos7 are ok for SRS. | ||
| 216 | + 3. all linux and unix-like os are ok for SRS. | ||
| 217 | + 4. windows is absolutely impossible for SRS. | ||
| 218 | + | ||
| 211 | END | 219 | END |
| 212 | } | 220 | } |
| 213 | 221 |
-
请 注册 或 登录 后发表评论