From f8266fe3b7c1e5dd641fbbb50f58330f7fad4556 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 7 Jan 2021 18:02:24 +0800 Subject: [PATCH] Add usage for --cherrypy=on|off when configure --- trunk/auto/options.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index ed33b72fe..eff8e917f 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -154,6 +154,7 @@ Features: --stat=on|off Whether build the the data statistic, for http api. --librtmp=on|off Whether build the srs-librtmp, library for client. --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. --srt=on|off Whether build the SRT support for SRS. --rtc=on|off Whether build the WebRTC support for SRS.