mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the options
This commit is contained in:
parent
2d5cc7a3e4
commit
e415824576
1 changed files with 8 additions and 0 deletions
|
@ -140,6 +140,7 @@ Options:
|
|||
--with-gcp build cpu profile for SRS with gperf tools.
|
||||
--with-gprof build SRS with gprof(GNU profile tool).
|
||||
--with-arm-ubuntu12 build SRS on ubuntu12 for armhf(v7cpu).
|
||||
--with-mips-ubuntu12 build SRS on ubuntu12 for mips.
|
||||
|
||||
--without-ssl disable rtmp complex handshake.
|
||||
--without-hls disable hls, the apple http live streaming.
|
||||
|
@ -163,6 +164,7 @@ Options:
|
|||
--without-gcp do not build cpu profile for SRS with gperf tools.
|
||||
--without-gprof do not build srs with gprof(GNU profile tool).
|
||||
--without-arm-ubuntu12 do not build srs on ubuntu12 for armhf(v7cpu).
|
||||
--without-mips-ubuntu12 do not build srs on ubuntu12 for mips.
|
||||
|
||||
--prefix=<path> the absolute install path for srs.
|
||||
--static whether add '-static' to link options.
|
||||
|
@ -208,6 +210,12 @@ Workflow:
|
|||
3. check conflicts. @see Conflicts section.
|
||||
4. generate detail features.
|
||||
|
||||
Remark:
|
||||
1. both ubuntu12 and ubuntu14 are ok for SRS.
|
||||
2. the centos5, centos6 and centos7 are ok for SRS.
|
||||
3. all linux and unix-like os are ok for SRS.
|
||||
4. windows is absolutely impossible for SRS.
|
||||
|
||||
END
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue