update install, create http root
This commit is contained in:
parent
43979f7505
commit
2949c751f6
|
|
@ -168,7 +168,7 @@ if [ $SRS_DEV = YES ]; then
|
||||||
SRS_NGINX=YES
|
SRS_NGINX=YES
|
||||||
SRS_SSL=YES
|
SRS_SSL=YES
|
||||||
SRS_FFMPEG=YES
|
SRS_FFMPEG=YES
|
||||||
if [ $SRS_HTTP_CALLBACK = RESERVED ]; then SRS_HTTP_CALLBACK=YES; fi
|
SRS_HTTP_CALLBACK=YES
|
||||||
SRS_HTTP_SERVER=YES
|
SRS_HTTP_SERVER=YES
|
||||||
SRS_HTTP_API=YES
|
SRS_HTTP_API=YES
|
||||||
SRS_LIBRTMP=YES
|
SRS_LIBRTMP=YES
|
||||||
|
|
|
||||||
2
trunk/configure
vendored
2
trunk/configure
vendored
|
|
@ -255,6 +255,8 @@ install-api: install
|
||||||
install:
|
install:
|
||||||
@echo "mkdir \$(DESTDIR)"
|
@echo "mkdir \$(DESTDIR)"
|
||||||
@mkdir -p \$(DESTDIR)
|
@mkdir -p \$(DESTDIR)
|
||||||
|
@echo "make the http root dir"
|
||||||
|
@mkdir -p \$(DESTDIR)/objs/nginx/html
|
||||||
@echo "copy binary files"
|
@echo "copy binary files"
|
||||||
@mkdir -p \$(DESTDIR)/objs
|
@mkdir -p \$(DESTDIR)/objs
|
||||||
@cp objs/srs \$(DESTDIR)/objs
|
@cp objs/srs \$(DESTDIR)/objs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user