mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code for cross build
This commit is contained in:
parent
6990508e58
commit
16730ea031
2 changed files with 20 additions and 19 deletions
|
@ -138,7 +138,7 @@ Options:
|
|||
--with-gmp build memory profile for SRS with gperf tools.
|
||||
--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-arm-ubuntu12 cross build SRS on ubuntu12 for armhf(v7cpu).
|
||||
|
||||
--without-ssl disable rtmp complex handshake.
|
||||
--without-hls disable hls, the apple http live streaming.
|
||||
|
@ -161,7 +161,7 @@ Options:
|
|||
--without-gmp do not build memory profile for SRS with gperf tools.
|
||||
--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-arm-ubuntu12 do not cross build srs on ubuntu12 for armhf(v7cpu).
|
||||
|
||||
--prefix=<path> the absolute install path for srs.
|
||||
--static whether add '-static' to link options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue