1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

Add usage for --cherrypy=on|off when configure

This commit is contained in:
winlin 2021-01-07 18:02:24 +08:00
parent 6c7ffdeedf
commit f8266fe3b7

View file

@ -154,6 +154,7 @@ Features:
--stat=on|off Whether build the the data statistic, for http api. --stat=on|off Whether build the the data statistic, for http api.
--librtmp=on|off Whether build the srs-librtmp, library for client. --librtmp=on|off Whether build the srs-librtmp, library for client.
--research=on|off Whether build the research tools. --research=on|off Whether build the research tools.
--cherrypy=on|off Whether install CherryPy for demo api-server.
--utest=on|off Whether build the utest for SRS. --utest=on|off Whether build the utest for SRS.
--srt=on|off Whether build the SRT support for SRS. --srt=on|off Whether build the SRT support for SRS.
--rtc=on|off Whether build the WebRTC support for SRS. --rtc=on|off Whether build the WebRTC support for SRS.