mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
copy ffmpeg when install-demo
This commit is contained in:
parent
22603b7465
commit
f3e4c16a2f
1 changed files with 3 additions and 1 deletions
4
trunk/configure
vendored
4
trunk/configure
vendored
|
@ -216,12 +216,14 @@ uninstall:
|
|||
@echo "rmdir \$(SRS_PREFIX)"
|
||||
@rm -rf \$(SRS_PREFIX)
|
||||
|
||||
install-demo:
|
||||
install-demo: install
|
||||
@echo "mkdir \$(SRS_PREFIX)"
|
||||
@mkdir -p \$(SRS_PREFIX)
|
||||
@echo "copy binary files"
|
||||
@mkdir -p \$(SRS_PREFIX)/research/api-server
|
||||
@cp research/api-server/server.py \$(SRS_PREFIX)/research/api-server
|
||||
@mkdir -p \$(SRS_PREFIX)/objs/ffmpeg/bin
|
||||
@cp research/objs/ffmpeg/bin/ffmpeg \$(SRS_PREFIX)/objs/ffmpeg/bin
|
||||
@echo "copy html files"
|
||||
@mkdir -p \$(SRS_PREFIX)/research/api-server/static-dir/players
|
||||
@cp research/api-server/static-dir/crossdomain.xml \$(SRS_PREFIX)/research/api-server/static-dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue